﻿2026-06-18T12:03:55.1470144Z Current runner version: '2.335.1'
2026-06-18T12:03:55.1474546Z Runner name: 'hfenduleam'
2026-06-18T12:03:55.1474976Z Runner group name: 'Default'
2026-06-18T12:03:55.1475430Z Machine name: 'HFENDULEAM'
2026-06-18T12:03:55.1477326Z ##[group]GITHUB_TOKEN Permissions
2026-06-18T12:03:55.1478553Z Contents: read
2026-06-18T12:03:55.1478987Z Metadata: read
2026-06-18T12:03:55.1479529Z Packages: read
2026-06-18T12:03:55.1479974Z ##[endgroup]
2026-06-18T12:03:55.1481305Z Secret source: Actions
2026-06-18T12:03:55.1481730Z Prepare workflow directory
2026-06-18T12:03:55.1749633Z Prepare all required actions
2026-06-18T12:03:55.1773837Z Getting action download info
2026-06-18T12:03:55.4782289Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-18T12:03:56.0974499Z Complete job name: test (self-hosted, Windows, hfenduleam)
2026-06-18T12:03:56.1676985Z ##[group]Run actions/checkout@v5
2026-06-18T12:03:56.1677715Z with:
2026-06-18T12:03:56.1678036Z   repository: SaberMage/spt-core
2026-06-18T12:03:56.1681199Z   token: ***
2026-06-18T12:03:56.1681500Z   ssh-strict: true
2026-06-18T12:03:56.1681792Z   ssh-user: git
2026-06-18T12:03:56.1682077Z   persist-credentials: true
2026-06-18T12:03:56.1682416Z   clean: true
2026-06-18T12:03:56.1682780Z   sparse-checkout-cone-mode: true
2026-06-18T12:03:56.1683140Z   fetch-depth: 1
2026-06-18T12:03:56.1683432Z   fetch-tags: false
2026-06-18T12:03:56.1683757Z   show-progress: true
2026-06-18T12:03:56.1684118Z   lfs: false
2026-06-18T12:03:56.1684454Z   submodules: false
2026-06-18T12:03:56.1684768Z   set-safe-directory: true
2026-06-18T12:03:56.1685235Z ##[endgroup]
2026-06-18T12:03:56.3485467Z Syncing repository: SaberMage/spt-core
2026-06-18T12:03:56.3486560Z ##[group]Getting Git version info
2026-06-18T12:03:56.3487271Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-18T12:03:56.3752934Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-18T12:03:56.3964424Z git version 2.43.0.windows.1
2026-06-18T12:03:56.3989702Z ##[endgroup]
2026-06-18T12:03:56.3997606Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\a35e14eb-5848-48c4-a8cf-0ac25b76f5c3\.gitconfig'
2026-06-18T12:03:56.4011527Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\a35e14eb-5848-48c4-a8cf-0ac25b76f5c3' before making global git config changes
2026-06-18T12:03:56.4012459Z Adding repository directory to the temporary git global config as a safe directory
2026-06-18T12:03:56.4016482Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-18T12:03:56.4239214Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-18T12:03:56.4418318Z https://github.com/SaberMage/spt-core
2026-06-18T12:03:56.4445953Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-18T12:03:56.4449646Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-18T12:03:56.4633791Z refs/heads/main
2026-06-18T12:03:56.4659487Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-18T12:03:56.4986614Z HEAD is now at c17550da release: v0.12.0
2026-06-18T12:03:56.5562784Z ##[endgroup]
2026-06-18T12:03:56.5566340Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-18T12:03:56.9115399Z ##[group]Cleaning the repository
2026-06-18T12:03:56.9119051Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-18T12:03:58.1774479Z Removing target/
2026-06-18T12:03:58.1806925Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-18T12:03:58.2239561Z HEAD is now at c17550da release: v0.12.0
2026-06-18T12:03:58.2265674Z ##[endgroup]
2026-06-18T12:03:58.2269761Z ##[group]Disabling automatic garbage collection
2026-06-18T12:03:58.2274156Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-18T12:03:58.2493864Z ##[endgroup]
2026-06-18T12:03:58.2494327Z ##[group]Setting up auth
2026-06-18T12:03:58.2499443Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-18T12:03:58.2703556Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-18T12:03:58.6237370Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-18T12:03:58.6471825Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-18T12:03:59.0201459Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-18T12:03:59.0416199Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-18T12:03:59.4072843Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-18T12:03:59.4371485Z ##[endgroup]
2026-06-18T12:03:59.4372063Z ##[group]Fetching the repository
2026-06-18T12:03:59.4378047Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +c17550dad70f8818120ff2017619f4e7f658818a:refs/remotes/origin/main
2026-06-18T12:04:00.2154698Z ##[endgroup]
2026-06-18T12:04:00.2155088Z ##[group]Determining the checkout info
2026-06-18T12:04:00.2155471Z ##[endgroup]
2026-06-18T12:04:00.2160493Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-18T12:04:00.2447824Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-18T12:04:00.2726286Z ##[group]Checking out the ref
2026-06-18T12:04:00.2731796Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-06-18T12:04:00.3154156Z branch 'main' set up to track 'origin/main'.
2026-06-18T12:04:00.3154513Z Your branch is up to date with 'origin/main'.
2026-06-18T12:04:00.3154835Z Switched to and reset branch 'main'
2026-06-18T12:04:00.3181561Z ##[endgroup]
2026-06-18T12:04:00.3448231Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-18T12:04:00.3670576Z c17550dad70f8818120ff2017619f4e7f658818a
2026-06-18T12:04:00.3963227Z ##[group]Run cargo nextest run --workspace
2026-06-18T12:04:00.3963606Z [36;1mcargo nextest run --workspace[0m
2026-06-18T12:04:00.4031689Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-18T12:04:00.4031971Z ##[endgroup]
2026-06-18T12:04:01.7642896Z    Compiling proc-macro2 v1.0.106
2026-06-18T12:04:01.7643353Z    Compiling quote v1.0.45
2026-06-18T12:04:01.7643555Z    Compiling unicode-ident v1.0.24
2026-06-18T12:04:01.7643816Z    Compiling cfg-if v1.0.4
2026-06-18T12:04:01.7644016Z    Compiling serde_core v1.0.228
2026-06-18T12:04:01.7644264Z    Compiling serde v1.0.228
2026-06-18T12:04:01.7644585Z    Compiling windows-link v0.2.1
2026-06-18T12:04:01.7645139Z    Compiling typenum v1.20.1
2026-06-18T12:04:01.7645454Z    Compiling version_check v0.9.5
2026-06-18T12:04:01.7646049Z    Compiling portable-atomic v1.13.1
2026-06-18T12:04:01.7646545Z    Compiling getrandom v0.3.4
2026-06-18T12:04:01.7647117Z    Compiling find-msvc-tools v0.1.9
2026-06-18T12:04:01.7647695Z    Compiling subtle v2.6.1
2026-06-18T12:04:01.7648219Z    Compiling shlex v2.0.1
2026-06-18T12:04:01.7648746Z    Compiling critical-section v1.2.0
2026-06-18T12:04:01.7649253Z    Compiling memchr v2.8.1
2026-06-18T12:04:01.8234298Z    Compiling windows-sys v0.61.2
2026-06-18T12:04:01.8510230Z    Compiling semver v1.0.28
2026-06-18T12:04:01.8693358Z    Compiling smallvec v1.15.1
2026-06-18T12:04:01.8916505Z    Compiling equivalent v1.0.2
2026-06-18T12:04:01.9880567Z    Compiling itoa v1.0.18
2026-06-18T12:04:02.0039481Z    Compiling getrandom v0.2.17
2026-06-18T12:04:02.0333020Z    Compiling cpufeatures v0.2.17
2026-06-18T12:04:02.0932470Z    Compiling rustc_version v0.4.1
2026-06-18T12:04:02.0960828Z    Compiling hashbrown v0.17.1
2026-06-18T12:04:02.1015452Z    Compiling generic-array v0.14.7
2026-06-18T12:04:02.1185481Z    Compiling pin-project-lite v0.2.17
2026-06-18T12:04:02.1591337Z    Compiling rand_core v0.10.1
2026-06-18T12:04:02.1606441Z    Compiling getrandom v0.4.2
2026-06-18T12:04:02.1877975Z    Compiling log v0.4.32
2026-06-18T12:04:02.2802555Z    Compiling winapi v0.3.9
2026-06-18T12:04:02.3315103Z    Compiling bitflags v2.12.1
2026-06-18T12:04:02.3551210Z    Compiling futures-core v0.3.32
2026-06-18T12:04:02.4621244Z    Compiling curve25519-dalek v4.1.3
2026-06-18T12:04:02.5039923Z    Compiling bytes v1.11.1
2026-06-18T12:04:02.5817115Z    Compiling indexmap v2.14.0
2026-06-18T12:04:02.5980622Z    Compiling rand_core v0.6.4
2026-06-18T12:04:02.5996588Z    Compiling zerocopy v0.8.50
2026-06-18T12:04:02.6577114Z    Compiling ahash v0.8.12
2026-06-18T12:04:02.7227965Z    Compiling libc v0.2.186
2026-06-18T12:04:03.0122294Z    Compiling signature v2.2.0
2026-06-18T12:04:03.0238129Z    Compiling stable_deref_trait v1.2.1
2026-06-18T12:04:03.0692923Z    Compiling ed25519 v2.2.3
2026-06-18T12:04:03.0936557Z    Compiling vcpkg v0.2.15
2026-06-18T12:04:03.1957267Z    Compiling pkg-config v0.3.33
2026-06-18T12:04:03.5697287Z    Compiling zmij v1.0.21
2026-06-18T12:04:03.5872305Z    Compiling autocfg v1.5.1
2026-06-18T12:04:03.8741001Z    Compiling serde_json v1.0.150
2026-06-18T12:04:04.3572560Z    Compiling futures-sink v0.3.32
2026-06-18T12:04:04.3703255Z    Compiling slab v0.4.12
2026-06-18T12:04:04.5147856Z    Compiling fastrand v2.4.1
2026-06-18T12:04:04.5479216Z    Compiling futures-io v0.3.32
2026-06-18T12:04:04.6299387Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-18T12:04:04.6808236Z    Compiling fallible-iterator v0.3.0
2026-06-18T12:04:04.8606076Z    Compiling jobserver v0.1.34
2026-06-18T12:04:04.9014015Z    Compiling futures-channel v0.3.32
2026-06-18T12:04:04.9056453Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-18T12:04:04.9116685Z    Compiling rustversion v1.0.22
2026-06-18T12:04:04.9130586Z    Compiling futures-task v0.3.32
2026-06-18T12:04:04.9430444Z    Compiling fnv v1.0.7
2026-06-18T12:04:04.9540839Z    Compiling strsim v0.11.1
2026-06-18T12:04:05.0215143Z    Compiling cfg_aliases v0.2.1
2026-06-18T12:04:05.0634189Z    Compiling cc v1.2.63
2026-06-18T12:04:05.0666074Z    Compiling litemap v0.8.2
2026-06-18T12:04:05.1133365Z    Compiling writeable v0.6.3
2026-06-18T12:04:05.1269955Z    Compiling icu_properties_data v2.2.0
2026-06-18T12:04:05.1541372Z    Compiling dunce v1.0.5
2026-06-18T12:04:05.2548260Z    Compiling anyhow v1.0.102
2026-06-18T12:04:05.2709343Z    Compiling utf8_iter v1.0.4
2026-06-18T12:04:05.3190011Z    Compiling syn v2.0.117
2026-06-18T12:04:05.3253761Z    Compiling crypto-common v0.1.7
2026-06-18T12:04:05.3551121Z    Compiling block-buffer v0.10.4
2026-06-18T12:04:05.4448212Z    Compiling fs_extra v1.3.0
2026-06-18T12:04:05.4448640Z    Compiling ident_case v1.0.1
2026-06-18T12:04:05.5035428Z    Compiling digest v0.10.7
2026-06-18T12:04:05.6031339Z    Compiling icu_normalizer_data v2.2.0
2026-06-18T12:04:05.6354157Z    Compiling percent-encoding v2.3.2
2026-06-18T12:04:05.6614460Z    Compiling windows-targets v0.52.6
2026-06-18T12:04:05.6858860Z    Compiling http v1.4.1
2026-06-18T12:04:05.6952689Z    Compiling thiserror v2.0.18
2026-06-18T12:04:05.7782791Z    Compiling sha2 v0.10.9
2026-06-18T12:04:05.8214549Z    Compiling windows-sys v0.59.0
2026-06-18T12:04:05.8562230Z    Compiling aws-lc-rs v1.17.0
2026-06-18T12:04:05.9171769Z    Compiling cmake v0.1.58
2026-06-18T12:04:05.9529418Z    Compiling unicode-segmentation v1.13.3
2026-06-18T12:04:06.2156385Z    Compiling cpufeatures v0.3.0
2026-06-18T12:04:06.3008941Z    Compiling scopeguard v1.2.0
2026-06-18T12:04:06.4057502Z    Compiling chacha20 v0.10.0
2026-06-18T12:04:06.4427148Z    Compiling form_urlencoded v1.2.2
2026-06-18T12:04:06.4527912Z    Compiling lock_api v0.4.14
2026-06-18T12:04:06.4990222Z    Compiling untrusted v0.9.0
2026-06-18T12:04:06.5145107Z    Compiling num-traits v0.2.19
2026-06-18T12:04:06.5219599Z    Compiling windows-strings v0.5.1
2026-06-18T12:04:06.5334477Z    Compiling windows-result v0.4.1
2026-06-18T12:04:06.6325747Z    Compiling rand v0.10.1
2026-06-18T12:04:06.6781391Z    Compiling rustls v0.23.40
2026-06-18T12:04:06.7207853Z    Compiling heck v0.5.0
2026-06-18T12:04:06.7228127Z    Compiling convert_case v0.10.0
2026-06-18T12:04:06.7241735Z    Compiling const-oid v0.10.2
2026-06-18T12:04:06.8742857Z    Compiling fs2 v0.4.3
2026-06-18T12:04:06.9600860Z    Compiling atomic-waker v1.1.2
2026-06-18T12:04:06.9654074Z    Compiling unicode-xid v0.2.6
2026-06-18T12:04:06.9654495Z    Compiling httparse v1.10.1
2026-06-18T12:04:07.0030326Z    Compiling parking_lot_core v0.9.12
2026-06-18T12:04:07.0623014Z    Compiling http-body v1.0.1
2026-06-18T12:04:07.0651008Z    Compiling libsqlite3-sys v0.30.1
2026-06-18T12:04:07.0837458Z    Compiling aws-lc-sys v0.41.0
2026-06-18T12:04:07.1288590Z    Compiling ring v0.17.14
2026-06-18T12:04:07.1602395Z    Compiling hybrid-array v0.4.12
2026-06-18T12:04:07.2010543Z    Compiling either v1.16.0
2026-06-18T12:04:07.2705801Z    Compiling base64ct v1.8.3
2026-06-18T12:04:07.3753959Z    Compiling powerfmt v0.2.0
2026-06-18T12:04:07.4693887Z    Compiling memoffset v0.6.5
2026-06-18T12:04:07.5398224Z    Compiling pem-rfc7468 v1.0.0
2026-06-18T12:04:07.6059909Z    Compiling deranged v0.5.8
2026-06-18T12:04:07.6630041Z    Compiling ref-cast v1.0.25
2026-06-18T12:04:07.8922863Z    Compiling socket2 v0.6.4
2026-06-18T12:04:07.9075475Z    Compiling mio v1.2.1
2026-06-18T12:04:07.9110668Z    Compiling num-conv v0.2.2
2026-06-18T12:04:08.0108494Z    Compiling data-encoding v2.11.0
2026-06-18T12:04:08.0249665Z    Compiling tinyvec_macros v0.1.1
2026-06-18T12:04:08.0309600Z    Compiling base64 v0.22.1
2026-06-18T12:04:08.0563348Z    Compiling try-lock v0.2.5
2026-06-18T12:04:08.0993206Z    Compiling thiserror v1.0.69
2026-06-18T12:04:08.2022333Z    Compiling time-core v0.1.8
2026-06-18T12:04:08.2421179Z    Compiling tower-service v0.3.3
2026-06-18T12:04:08.2710726Z    Compiling want v0.3.1
2026-06-18T12:04:08.3567908Z    Compiling tinyvec v1.11.0
2026-06-18T12:04:08.5012820Z    Compiling block-buffer v0.12.0
2026-06-18T12:04:08.5864328Z    Compiling crypto-common v0.2.2
2026-06-18T12:04:08.5896610Z    Compiling parking_lot v0.12.5
2026-06-18T12:04:08.7230535Z    Compiling vergen-lib v9.1.0
2026-06-18T12:04:08.8628750Z    Compiling inout v0.1.4
2026-06-18T12:04:08.8710166Z    Compiling n0-future v0.3.2
2026-06-18T12:04:08.8736140Z    Compiling serial-core v0.4.0
2026-06-18T12:04:08.8982590Z    Compiling aho-corasick v1.1.4
2026-06-18T12:04:08.9441461Z    Compiling parking v2.2.1
2026-06-18T12:04:08.9468662Z    Compiling winnow v1.0.3
2026-06-18T12:04:09.0122798Z    Compiling synstructure v0.13.2
2026-06-18T12:04:09.0779199Z    Compiling darling_core v0.20.11
2026-06-18T12:04:09.0922541Z    Compiling serde_derive_internals v0.29.1
2026-06-18T12:04:09.1406799Z    Compiling winreg v0.10.1
2026-06-18T12:04:09.1671624Z    Compiling regex-syntax v0.8.10
2026-06-18T12:04:09.2104304Z    Compiling diatomic-waker v0.2.3
2026-06-18T12:04:09.3100387Z    Compiling winnow v0.7.15
2026-06-18T12:04:09.3970260Z    Compiling toml_write v0.1.2
2026-06-18T12:04:09.4065750Z    Compiling spin v0.10.0
2026-06-18T12:04:09.4733416Z    Compiling crossbeam-utils v0.8.21
2026-06-18T12:04:09.5873825Z    Compiling cordyceps v0.3.4
2026-06-18T12:04:09.6410942Z    Compiling httpdate v1.0.3
2026-06-18T12:04:09.8565456Z    Compiling futures-buffered v0.2.13
2026-06-18T12:04:09.8905155Z    Compiling digest v0.11.3
2026-06-18T12:04:09.9907043Z    Compiling futures-lite v2.6.1
2026-06-18T12:04:10.0413511Z    Compiling serial-windows v0.4.0
2026-06-18T12:04:10.0629367Z    Compiling cipher v0.4.4
2026-06-18T12:04:10.1098532Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-18T12:04:10.3063888Z    Compiling vergen v9.1.0
2026-06-18T12:04:10.3125767Z    Compiling vergen-lib v0.1.6
2026-06-18T12:04:10.3145352Z    Compiling universal-hash v0.5.1
2026-06-18T12:04:10.3209458Z    Compiling noq-udp v0.10.0
2026-06-18T12:04:10.3212551Z    Compiling sync_wrapper v1.0.2
2026-06-18T12:04:10.3585032Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-18T12:04:10.4817035Z    Compiling heapless v0.7.17
2026-06-18T12:04:10.4845123Z    Compiling bitflags v1.3.2
2026-06-18T12:04:10.5732004Z    Compiling allocator-api2 v0.2.21
2026-06-18T12:04:10.5767569Z    Compiling byteorder v1.5.0
2026-06-18T12:04:10.6000829Z    Compiling pin-utils v0.1.0
2026-06-18T12:04:10.7168278Z    Compiling opaque-debug v0.3.1
2026-06-18T12:04:10.7185539Z    Compiling dyn-clone v1.0.20
2026-06-18T12:04:10.7401661Z    Compiling lazy_static v1.5.0
2026-06-18T12:04:10.7879924Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-18T12:04:10.8240081Z    Compiling shared_library v0.1.9
2026-06-18T12:04:10.8441908Z    Compiling polyval v0.6.2
2026-06-18T12:04:10.8736630Z    Compiling hash32 v0.2.1
2026-06-18T12:04:10.9332030Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-18T12:04:10.9498020Z    Compiling nix v0.25.1
2026-06-18T12:04:11.0334290Z    Compiling serial v0.4.0
2026-06-18T12:04:11.0797492Z    Compiling vergen-gitcl v1.0.8
2026-06-18T12:04:11.0859874Z    Compiling regex-automata v0.4.14
2026-06-18T12:04:11.1318332Z    Compiling spin v0.9.8
2026-06-18T12:04:11.1641525Z    Compiling windows-threading v0.2.1
2026-06-18T12:04:11.2287677Z    Compiling signature v3.0.0
2026-06-18T12:04:11.3516464Z    Compiling downcast-rs v1.2.1
2026-06-18T12:04:11.3539543Z    Compiling shell-words v1.1.1
2026-06-18T12:04:11.3943120Z    Compiling tower-layer v0.3.3
2026-06-18T12:04:11.4436716Z    Compiling ryu v1.0.23
2026-06-18T12:04:11.4543234Z    Compiling ghash v0.5.1
2026-06-18T12:04:11.5490192Z    Compiling aes v0.8.4
2026-06-18T12:04:11.5563853Z    Compiling ctr v0.9.2
2026-06-18T12:04:11.5703767Z    Compiling sha2 v0.11.0-rc.5
2026-06-18T12:04:11.5886041Z    Compiling serde_derive v1.0.228
2026-06-18T12:04:11.6176808Z    Compiling zeroize_derive v1.4.3
2026-06-18T12:04:11.6219975Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-18T12:04:11.6536544Z    Compiling zerofrom-derive v0.1.7
2026-06-18T12:04:11.7178504Z    Compiling yoke-derive v0.8.2
2026-06-18T12:04:12.0020734Z    Compiling tokio-macros v2.7.0
2026-06-18T12:04:12.0326908Z    Compiling futures-macro v0.3.32
2026-06-18T12:04:12.2370215Z    Compiling zerovec-derive v0.11.3
2026-06-18T12:04:12.2370713Z    Compiling displaydoc v0.2.6
2026-06-18T12:04:12.2487542Z    Compiling tracing-attributes v0.1.31
2026-06-18T12:04:12.2541699Z    Compiling thiserror-impl v2.0.18
2026-06-18T12:04:12.2653086Z    Compiling zeroize v1.8.2
2026-06-18T12:04:12.3619552Z    Compiling darling_macro v0.20.11
2026-06-18T12:04:12.7394477Z    Compiling rustls-pki-types v1.14.1
2026-06-18T12:04:12.9156191Z    Compiling tokio v1.52.3
2026-06-18T12:04:12.9816527Z    Compiling futures-util v0.3.32
2026-06-18T12:04:12.9901918Z    Compiling darling v0.20.11
2026-06-18T12:04:13.2557638Z    Compiling derive_more-impl v2.1.1
2026-06-18T12:04:13.2662866Z    Compiling derive_builder_core v0.20.2
2026-06-18T12:04:13.2750257Z    Compiling n0-error-macros v0.1.3
2026-06-18T12:04:13.4100988Z    Compiling zerofrom v0.1.8
2026-06-18T12:04:13.4471860Z    Compiling windows-implement v0.60.2
2026-06-18T12:04:13.4885785Z    Compiling windows-interface v0.59.3
2026-06-18T12:04:13.5711792Z    Compiling spez v0.1.2
2026-06-18T12:04:13.7474401Z    Compiling ed25519-dalek v2.2.0
2026-06-18T12:04:14.0486956Z    Compiling spt-proto v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-18T12:04:14.1050024Z    Compiling yoke v0.8.3
2026-06-18T12:04:14.1623663Z    Compiling der v0.8.0-rc.10
2026-06-18T12:04:14.4110919Z    Compiling n0-error v0.1.3
2026-06-18T12:04:14.4213338Z    Compiling ref-cast-impl v1.0.25
2026-06-18T12:04:14.5056514Z    Compiling zerovec v0.11.6
2026-06-18T12:04:14.5318086Z    Compiling zerotrie v0.2.4
2026-06-18T12:04:14.5372510Z    Compiling windows-core v0.62.2
2026-06-18T12:04:14.6039868Z    Compiling pin-project-internal v1.1.13
2026-06-18T12:04:14.6435447Z    Compiling derive_builder_macro v0.20.2
2026-06-18T12:04:15.0490866Z    Compiling thiserror-impl v1.0.69
2026-06-18T12:04:15.0830720Z    Compiling tinystr v0.8.3
2026-06-18T12:04:15.1095742Z    Compiling potential_utf v0.1.5
2026-06-18T12:04:15.2165852Z    Compiling icu_collections v2.2.0
2026-06-18T12:04:15.3147576Z    Compiling icu_locale_core v2.2.0
2026-06-18T12:04:15.3148122Z    Compiling derive_builder v0.20.2
2026-06-18T12:04:15.3322222Z    Compiling spki v0.8.0-rc.4
2026-06-18T12:04:15.4194196Z    Compiling schemars_derive v1.2.1
2026-06-18T12:04:15.6309967Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-18T12:04:15.7807350Z    Compiling regex v1.12.3
2026-06-18T12:04:15.8756740Z    Compiling futures-executor v0.3.32
2026-06-18T12:04:16.0502255Z    Compiling pin-project v1.1.13
2026-06-18T12:04:16.1798026Z    Compiling icu_provider v2.2.0
2026-06-18T12:04:16.2119503Z    Compiling ipnet v2.12.0
2026-06-18T12:04:16.2367920Z    Compiling serde_spanned v0.6.9
2026-06-18T12:04:16.3233662Z    Compiling toml_datetime v0.6.11
2026-06-18T12:04:16.4098340Z    Compiling futures v0.3.32
2026-06-18T12:04:16.4702828Z    Compiling ed25519 v3.0.0-rc.4
2026-06-18T12:04:16.5332118Z    Compiling icu_properties v2.2.0
2026-06-18T12:04:16.5904642Z    Compiling icu_normalizer v2.2.0
2026-06-18T12:04:16.6585423Z    Compiling toml_edit v0.22.27
2026-06-18T12:04:16.6876033Z    Compiling once_cell v1.21.4
2026-06-18T12:04:16.7921016Z    Compiling filedescriptor v0.8.3
2026-06-18T12:04:16.7921470Z    Compiling prefix-trie v0.8.4
2026-06-18T12:04:16.8188831Z    Compiling windows-future v0.3.2
2026-06-18T12:04:17.9548827Z    Compiling tracing-core v0.1.36
2026-06-18T12:04:18.0125711Z    Compiling tokio-util v0.7.18
2026-06-18T12:04:18.0214479Z    Compiling tempfile v3.27.0
2026-06-18T12:04:18.0321254Z    Compiling portable-pty v0.8.1
2026-06-18T12:04:18.0613517Z    Compiling windows-numerics v0.3.1
2026-06-18T12:04:18.0781659Z    Compiling hashbrown v0.14.5
2026-06-18T12:04:18.1849405Z    Compiling idna_adapter v1.2.2
2026-06-18T12:04:18.3032919Z    Compiling tracing v0.1.44
2026-06-18T12:04:18.3552236Z    Compiling idna v1.1.0
2026-06-18T12:04:18.4267364Z    Compiling toml v0.8.23
2026-06-18T12:04:18.5446460Z    Compiling windows-collections v0.3.2
2026-06-18T12:04:18.6129847Z    Compiling hashlink v0.9.1
2026-06-18T12:04:18.6780196Z    Compiling url v2.5.8
2026-06-18T12:04:18.7329913Z    Compiling h2 v0.4.14
2026-06-18T12:04:18.7504036Z    Compiling cobs v0.3.0
2026-06-18T12:04:18.7668608Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-18T12:04:18.9399758Z    Compiling rusqlite v0.32.1
2026-06-18T12:04:19.0023101Z    Compiling postcard-derive v0.2.2
2026-06-18T12:04:19.0053781Z    Compiling schemars v1.2.1
2026-06-18T12:04:19.0128433Z    Compiling derive_more v2.1.1
2026-06-18T12:04:19.0415698Z    Compiling proc-macro-crate v3.5.0
2026-06-18T12:04:19.2567532Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-18T12:04:19.4000968Z    Compiling time v0.3.47
2026-06-18T12:04:19.4098423Z    Compiling http-body-util v0.1.3
2026-06-18T12:04:19.4410236Z    Compiling aead v0.5.2
2026-06-18T12:04:19.5663587Z    Compiling ipconfig v0.3.4
2026-06-18T12:04:19.5762615Z    Compiling widestring v1.2.1
2026-06-18T12:04:19.6018292Z    Compiling aes-gcm v0.10.3
2026-06-18T12:04:19.6358749Z    Compiling postcard v1.1.3
2026-06-18T12:04:19.7190074Z    Compiling data-encoding-macro v0.1.20
2026-06-18T12:04:19.7566027Z    Compiling windows v0.62.2
2026-06-18T12:04:19.7718906Z    Compiling num_enum_derive v0.7.6
2026-06-18T12:04:19.8150841Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-18T12:04:19.8904813Z    Compiling spt-store v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-18T12:04:20.0476545Z    Compiling tower v0.5.3
2026-06-18T12:04:20.0542630Z    Compiling chrono v0.4.45
2026-06-18T12:04:20.1733034Z    Compiling strum_macros v0.28.0
2026-06-18T12:04:20.2155295Z    Compiling iroh-metrics-derive v0.4.1
2026-06-18T12:04:20.6780890Z    Compiling async-trait v0.1.89
2026-06-18T12:04:20.7367465Z    Compiling enum-assoc v1.3.0
2026-06-18T12:04:20.8229805Z    Compiling crossbeam-channel v0.5.15
2026-06-18T12:04:21.1830743Z    Compiling crossbeam-epoch v0.9.18
2026-06-18T12:04:21.5060086Z    Compiling blake3 v1.8.5
2026-06-18T12:04:21.5613784Z    Compiling windows-registry v0.6.1
2026-06-18T12:04:21.6961108Z    Compiling netwatch v0.16.0
2026-06-18T12:04:21.7155643Z    Compiling noq v0.18.0
2026-06-18T12:04:21.7833518Z    Compiling uuid v1.23.2
2026-06-18T12:04:21.8652857Z    Compiling spt-msg v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-18T12:04:21.8846941Z    Compiling acto v0.8.2
2026-06-18T12:04:21.9482947Z    Compiling tagptr v0.2.0
2026-06-18T12:04:21.9779389Z    Compiling sorted-index-buffer v0.2.1
2026-06-18T12:04:21.9828400Z    Compiling rustc-hash v2.1.2
2026-06-18T12:04:22.0735415Z    Compiling identity-hash v0.1.0
2026-06-18T12:04:22.0800361Z    Compiling lru-slab v0.1.2
2026-06-18T12:04:22.1282103Z    Compiling mac-addr v0.3.0
2026-06-18T12:04:22.1387105Z    Compiling foldhash v0.2.0
2026-06-18T12:04:22.1458270Z    Compiling xml-rs v0.8.28
2026-06-18T12:04:22.1906902Z    Compiling spt-runtime v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-18T12:04:22.2275230Z    Compiling spt-term v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-18T12:04:22.3969835Z    Compiling hashbrown v0.16.1
2026-06-18T12:04:22.4043274Z    Compiling netdev v0.42.0
2026-06-18T12:04:22.9641841Z    Compiling moka v0.12.15
2026-06-18T12:04:22.9781175Z    Compiling hyper v1.10.1
2026-06-18T12:04:23.1449624Z    Compiling xmltree v0.10.3
2026-06-18T12:04:23.4134209Z    Compiling iroh-relay v0.98.0
2026-06-18T12:04:23.5555363Z    Compiling strum v0.28.0
2026-06-18T12:04:23.6871796Z    Compiling num_enum v0.7.6
2026-06-18T12:04:23.6888775Z    Compiling iroh-metrics v0.38.3
2026-06-18T12:04:23.8520646Z    Compiling tower-http v0.6.11
2026-06-18T12:04:23.8890181Z    Compiling iroh-base v0.98.0
2026-06-18T12:04:23.9003840Z    Compiling n0-watcher v0.6.1
2026-06-18T12:04:23.9042941Z    Compiling attohttpc v0.30.1
2026-06-18T12:04:23.9766956Z    Compiling tokio-stream v0.1.18
2026-06-18T12:04:24.1732965Z    Compiling simple-dns v0.9.3
2026-06-18T12:04:24.2474075Z    Compiling hyper-util v0.1.20
2026-06-18T12:04:24.4942305Z    Compiling arrayvec v0.7.6
2026-06-18T12:04:24.5717349Z    Compiling simdutf8 v0.1.5
2026-06-18T12:04:24.7051823Z    Compiling sha1_smol v1.0.1
2026-06-18T12:04:24.7206907Z    Compiling arrayref v0.3.9
2026-06-18T12:04:24.7598520Z    Compiling smol_str v0.1.24
2026-06-18T12:04:24.8176544Z    Compiling constant_time_eq v0.4.2
2026-06-18T12:04:24.8957524Z    Compiling resolv-conf v0.7.6
2026-06-18T12:04:25.1328707Z    Compiling lru v0.16.4
2026-06-18T12:04:25.1620996Z    Compiling iroh-dns v0.98.0
2026-06-18T12:04:25.3664259Z    Compiling webpki-roots v1.0.7
2026-06-18T12:04:25.4117406Z    Compiling seize v0.5.1
2026-06-18T12:04:25.4850596Z    Compiling serde_bytes v0.11.19
2026-06-18T12:04:25.4968847Z    Compiling hmac v0.12.1
2026-06-18T12:04:25.5113500Z    Compiling iroh v0.98.2
2026-06-18T12:04:25.6065182Z    Compiling cmov v0.5.4
2026-06-18T12:04:25.6693536Z    Compiling hkdf v0.12.4
2026-06-18T12:04:25.6932684Z    Compiling igd-next v0.17.1
2026-06-18T12:04:25.7246622Z    Compiling papaya v0.2.4
2026-06-18T12:04:25.7502989Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-18T12:04:25.7711835Z    Compiling backon v1.6.0
2026-06-18T12:04:25.7905683Z    Compiling spake2 v0.4.0
2026-06-18T12:04:25.8182312Z    Compiling sha1 v0.10.6
2026-06-18T12:04:25.8330692Z    Compiling ctutils v0.4.2
2026-06-18T12:04:25.9045809Z    Compiling spt-live v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-18T12:04:25.9464414Z    Compiling doctest-file v1.1.1
2026-06-18T12:04:26.0019504Z    Compiling recvmsg v1.0.0
2026-06-18T12:04:26.0784669Z    Compiling darling_core v0.23.0
2026-06-18T12:04:26.1092568Z    Compiling once_cell_polyfill v1.70.2
2026-06-18T12:04:26.1167276Z    Compiling utf8parse v0.2.2
2026-06-18T12:04:26.1656499Z    Compiling anstyle v1.0.14
2026-06-18T12:04:26.2068473Z    Compiling anstyle-parse v1.0.0
2026-06-18T12:04:26.2330666Z    Compiling anstyle-query v1.1.5
2026-06-18T12:04:26.2550686Z    Compiling paste v1.0.15
2026-06-18T12:04:26.3910340Z    Compiling anstyle-wincon v3.0.11
2026-06-18T12:04:26.4488324Z    Compiling instability v0.3.12
2026-06-18T12:04:26.4593503Z    Compiling is_terminal_polyfill v1.70.2
2026-06-18T12:04:26.4739900Z    Compiling colorchoice v1.0.5
2026-06-18T12:04:26.5424005Z    Compiling interprocess v2.4.2
2026-06-18T12:04:26.5891497Z    Compiling foldhash v0.1.5
2026-06-18T12:04:26.6103321Z    Compiling anstream v1.0.0
2026-06-18T12:04:26.7344847Z    Compiling hashbrown v0.15.5
2026-06-18T12:04:26.7505911Z    Compiling strum_macros v0.26.4
2026-06-18T12:04:26.7781916Z    Compiling terminal_size v0.4.4
2026-06-18T12:04:26.8036111Z    Compiling itertools v0.13.0
2026-06-18T12:04:26.8172522Z    Compiling crossterm_winapi v0.9.1
2026-06-18T12:04:26.9077386Z    Compiling castaway v0.2.4
2026-06-18T12:04:26.9604046Z    Compiling indoc v2.0.7
2026-06-18T12:04:27.0663107Z    Compiling static_assertions v1.1.0
2026-06-18T12:04:27.1371395Z    Compiling unicode-width v0.1.14
2026-06-18T12:04:27.1841146Z    Compiling clap_lex v1.1.0
2026-06-18T12:04:27.2440454Z    Compiling compact_str v0.8.2
2026-06-18T12:04:27.4309665Z    Compiling lru v0.12.5
2026-06-18T12:04:27.4664455Z    Compiling clap_builder v4.6.0
2026-06-18T12:04:27.5016996Z    Compiling crossterm v0.28.1
2026-06-18T12:04:28.4355646Z    Compiling clap_derive v4.6.1
2026-06-18T12:04:28.4429280Z    Compiling cassowary v0.3.0
2026-06-18T12:04:28.6500844Z    Compiling unicode-truncate v1.1.0
2026-06-18T12:04:28.7357574Z    Compiling unicode-width v0.2.0
2026-06-18T12:04:28.8184492Z    Compiling nucleo-matcher v0.3.1
2026-06-18T12:04:28.8467322Z    Compiling qrcode v0.14.1
2026-06-18T12:04:29.2769645Z    Compiling wmi v0.18.4
2026-06-18T12:04:29.6372272Z    Compiling strum v0.26.3
2026-06-18T12:04:29.7546246Z    Compiling mock-adapter v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\adapters\mock)
2026-06-18T12:04:30.3357582Z    Compiling darling_macro v0.23.0
2026-06-18T12:04:30.7074492Z    Compiling clap v4.6.1
2026-06-18T12:04:30.8858964Z    Compiling darling v0.23.0
2026-06-18T12:04:31.1602033Z    Compiling portmapper v0.16.0
2026-06-18T12:04:32.2241677Z    Compiling ratatui v0.29.0
2026-06-18T12:04:48.9308836Z    Compiling rustls-webpki v0.103.13
2026-06-18T12:04:51.2144425Z    Compiling tokio-rustls v0.26.4
2026-06-18T12:04:51.2144732Z    Compiling rustls-platform-verifier v0.7.0
2026-06-18T12:04:51.2145013Z    Compiling noq-proto v0.17.0
2026-06-18T12:04:51.3470307Z    Compiling hyper-rustls v0.27.9
2026-06-18T12:04:51.3470714Z    Compiling hickory-net v0.26.0-beta.4
2026-06-18T12:04:51.3471039Z    Compiling tokio-websockets v0.13.2
2026-06-18T12:04:51.6855890Z    Compiling reqwest v0.13.4
2026-06-18T12:04:52.6339475Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-18T12:05:10.1677434Z    Compiling spt-net v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-18T12:05:11.5550603Z    Compiling spt-daemon v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-18T12:05:21.2396036Z    Compiling spt v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-18T12:05:21.2396703Z    Compiling xtask v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\xtask)
2026-06-18T12:06:03.6293899Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 02s
2026-06-18T12:06:40.3881761Z ────────────
2026-06-18T12:06:40.3882122Z  Nextest run ID 53ff5c79-10ae-4f0e-a6be-fc01f31bb17b with nextest profile: default
2026-06-18T12:06:40.3882516Z     Starting 1173 tests across 78 binaries (1 test skipped)
2026-06-18T12:06:40.4026700Z         PASS [   0.014s] (   1/1173) mock-adapter::manifest_valid mock_has_no_claude_code_conventions
2026-06-18T12:06:40.4027525Z         PASS [   0.014s] (   2/1173) mock-adapter::manifest_valid mock_declares_commune_signoff_as_filedrops
2026-06-18T12:06:40.4103822Z         PASS [   0.022s] (   3/1173) mock-adapter::manifest_valid mock_manifest_parses_and_validates
2026-06-18T12:06:41.6014187Z         PASS [   1.213s] (   4/1173) spt::live_bind_firsthost_e2e live_bind_marks_online_and_brain_reconcile_hosts
2026-06-18T12:06:41.6295129Z         PASS [   1.241s] (   5/1173) spt::contract_e2e mock_adapter_drives_the_full_contract
2026-06-18T12:06:41.7747564Z         PASS [   1.386s] (   6/1173) spt::gateway_e2e gateway_binds_and_is_the_user_backed_origin
2026-06-18T12:06:41.8588065Z         PASS [   1.470s] (   7/1173) spt::contract_e2e seed_then_listen_binds_and_relays
2026-06-18T12:06:43.8615949Z         PASS [   3.457s] (   8/1173) spt::live_firsthost_e2e live_listen_marks_online_and_brain_reconcile_hosts
2026-06-18T12:06:43.8772595Z         PASS [   0.017s] (   9/1173) spt::n1_pairing new_brain_serves_against_old_broker
2026-06-18T12:06:43.9151322Z         PASS [   0.036s] (  10/1173) spt::notify_shell_e2e notify_shell_renders_a_commanded_toast
2026-06-18T12:06:44.1029914Z         PASS [   0.190s] (  11/1173) spt::oneliner_e2e at_logon_task_launches_daemon_in_background_not_foreground
2026-06-18T12:06:44.1066830Z         PASS [   3.718s] (  12/1173) spt::contract_e2e cold_api_call_autostarts_daemon_and_handoff_is_in_memory
2026-06-18T12:06:44.1144532Z         PASS [   0.011s] (  13/1173) spt::oneliner_e2e install_script_against_staged_release
2026-06-18T12:06:44.2641564Z         PASS [   3.875s] (  14/1173) spt::drive_e2e drive_channel_slot_through_the_real_socket
2026-06-18T12:06:44.4809766Z         PASS [   2.622s] (  15/1173) spt::n1_compat brain_accepts_old_and_new_broker_argv
2026-06-18T12:06:44.4986857Z         PASS [   0.018s] (  16/1173) spt::release_verify_e2e published_release_verifies_against_embedded_anchor
2026-06-18T12:06:44.6607197Z         PASS [   4.270s] (  17/1173) spt::gateway_owner_shell_e2e gateway_typed_owner_owns_a_shell_on_every_path_keyed_on_id
2026-06-18T12:06:44.6707163Z         PASS [   0.406s] (  18/1173) spt::ready_resume_ledger_e2e ready_bind_ledgers_and_reconcile_hosts_no_psyche
2026-06-18T12:06:44.9942133Z         PASS [   4.578s] (  19/1173) spt::live_resolve_e2e listen_without_adapter_resolves_from_host_binaries
2026-06-18T12:06:45.2207542Z         PASS [   1.114s] (  20/1173) spt::poll_envelope_e2e api_poll_emits_whole_self_delimiting_events
2026-06-18T12:06:45.6973614Z         PASS [   1.198s] (  21/1173) spt::shell_actgate_e2e act_gate_blocks_command_until_class_scoped_grant
2026-06-18T12:06:45.7213268Z         PASS [   0.023s] (  22/1173) spt::bin/spt api::auth::tests::mints_distinct_nonempty_tokens
2026-06-18T12:06:45.7495451Z         PASS [   0.027s] (  23/1173) spt::bin/spt api::auth::tests::missing_endpoint_is_no_endpoint
2026-06-18T12:06:45.7915630Z         PASS [   0.042s] (  24/1173) spt::bin/spt api::auth::tests::no_proof_is_refused
2026-06-18T12:06:45.8827823Z         PASS [   0.075s] (  25/1173) spt::bin/spt api::auth::tests::session_id_proof_authenticates
2026-06-18T12:06:45.9494050Z         PASS [   0.083s] (  26/1173) spt::bin/spt api::auth::tests::token_proof_authenticates
2026-06-18T12:06:45.9787032Z         PASS [   0.030s] (  27/1173) spt::bin/spt api::auth::tests::wrong_token_and_wrong_session_refused
2026-06-18T12:06:46.0134787Z         PASS [   0.033s] (  28/1173) spt::bin/spt api::delivery::tests::echo_gate_explicit_toggle
2026-06-18T12:06:46.0312646Z         PASS [   0.019s] (  29/1173) spt::bin/spt api::delivery::tests::idle_busy_transitions_manage_sentinels
2026-06-18T12:06:46.0612690Z         PASS [   0.027s] (  30/1173) spt::bin/spt api::delivery::tests::idle_no_gate_does_not_arm_gate
2026-06-18T12:06:46.0883596Z         PASS [   0.029s] (  31/1173) spt::bin/spt api::delivery::tests::inject_all_pty_falls_back_to_hook
2026-06-18T12:06:46.1148854Z         PASS [   0.025s] (  32/1173) spt::bin/spt api::delivery::tests::inject_resolution_drops_pty_defaults_hook
2026-06-18T12:06:46.3017437Z         PASS [   0.189s] (  33/1173) spt::bin/spt api::delivery::tests::poll_drain_holds_deferred_while_resting_and_releases_once_on_wake
2026-06-18T12:06:46.4814761Z         PASS [   0.180s] (  34/1173) spt::bin/spt api::delivery::tests::poll_drains_non_deferred_by_default
2026-06-18T12:06:46.5706018Z         PASS [   0.089s] (  35/1173) spt::bin/spt api::reporting::tests::boundary_appends_to_the_session_ledger
2026-06-18T12:06:46.7427961Z         PASS [   2.084s] (  36/1173) spt::shell_e2e mock_shell_binary_drives_the_full_link
2026-06-18T12:06:46.7554292Z         PASS [   0.013s] (  37/1173) spt::bin/spt api::reporting::tests::boundary_missing_perch_refused
2026-06-18T12:06:46.8460070Z         PASS [   0.274s] (  38/1173) spt::bin/spt api::reporting::tests::boundary_injects_deferred_shell_context
2026-06-18T12:06:46.8723309Z         PASS [   0.116s] (  39/1173) spt::bin/spt api::reporting::tests::boundary_rebinds_keeping_anchor
2026-06-18T12:06:46.8905645Z         PASS [   0.019s] (  40/1173) spt::bin/spt api::reporting::tests::capability_lists_hostable_types
2026-06-18T12:06:46.9162038Z         PASS [   0.026s] (  41/1173) spt::bin/spt api::reporting::tests::digest_entry_validates_and_appends_to_digest_log
2026-06-18T12:06:46.9597792Z         PASS [   0.044s] (  42/1173) spt::bin/spt api::reporting::tests::driven_by_reads_daemon_marker
2026-06-18T12:06:46.9723786Z         PASS [   0.012s] (  43/1173) spt::bin/spt api::reporting::tests::env_aliases_resolved_from_manifest
2026-06-18T12:06:46.9836578Z         PASS [   0.011s] (  44/1173) spt::bin/spt api::reporting::tests::filedrops_are_fixed_named_files
2026-06-18T12:06:47.0122938Z         PASS [   0.029s] (  45/1173) spt::bin/spt api::reporting::tests::hint_once_per_session_one_per_message
2026-06-18T12:06:47.0496808Z         PASS [   0.035s] (  46/1173) spt::bin/spt api::reporting::tests::history_log_appends
2026-06-18T12:06:47.0668578Z         PASS [   0.222s] (  47/1173) spt::bin/spt api::reporting::tests::boundary_resurfaces_undismissed_notifs
2026-06-18T12:06:47.0715950Z         PASS [   0.024s] (  48/1173) spt::bin/spt api::reporting::tests::presence_records_endpoint
2026-06-18T12:06:47.0986871Z         PASS [   0.032s] (  49/1173) spt::bin/spt api::reporting::tests::session_end_erase_refused_with_live_children
2026-06-18T12:06:47.1253360Z         PASS [   3.011s] (  50/1173) spt::quickstart_e2e published_messaging_quickstart_runs_as_written
2026-06-18T12:06:47.1679679Z         PASS [   2.497s] (  51/1173) spt::shell_sleepwake_e2e sleep_wake_cycle_drives_from_both_ends
2026-06-18T12:06:47.1861382Z         PASS [   0.114s] (  52/1173) spt::bin/spt api::reporting::tests::session_end_erase_wipes_childless_perch
2026-06-18T12:06:47.1864050Z         PASS [   0.087s] (  53/1173) spt::bin/spt api::reporting::tests::session_end_soft_preserves_state
2026-06-18T12:06:47.1891042Z         PASS [   0.063s] (  54/1173) spt::bin/spt api::startup::tests::bind_assigns_home_and_revive_preserves_it
2026-06-18T12:06:47.2091671Z         PASS [   0.024s] (  55/1173) spt::bin/spt api::startup::tests::empty_session_seed_refused
2026-06-18T12:06:47.2298896Z         PASS [   0.041s] (  56/1173) spt::bin/spt api::startup::tests::live_perch_under_other_session_conflicts
2026-06-18T12:06:47.2370904Z         PASS [   0.027s] (  57/1173) spt::bin/spt api::startup::tests::missing_seed_refused
2026-06-18T12:06:47.2684011Z         PASS [   0.101s] (  58/1173) spt::bin/spt api::startup::tests::bind_with_type_establishes_a_gateway_endpoint
2026-06-18T12:06:47.2854785Z         PASS [   0.017s] (  59/1173) spt::bin/spt api::startup::tests::seed_fail_eof_gives_actionable_stale_broker_hint
2026-06-18T12:06:47.3039028Z         PASS [   0.018s] (  60/1173) spt::bin/spt api::startup::tests::stale_seed_with_dead_anchor_refused
2026-06-18T12:06:47.3274234Z         PASS [   0.142s] (  61/1173) spt::bin/spt api::startup::tests::establish_stamps_controllable_by_hosting_mode
2026-06-18T12:06:47.3291495Z         PASS [   0.025s] (  62/1173) spt::bin/spt api::startup::tests::valid_seed_binds_live_perch
2026-06-18T12:06:47.3420001Z         PASS [   0.015s] (  63/1173) spt::bin/spt api::tests::adapter_is_optional
2026-06-18T12:06:47.3696274Z         PASS [   0.036s] (  64/1173) spt::bin/spt api::tests::ctx_manifest_override_wins_when_manifest_present
2026-06-18T12:06:47.3710326Z         PASS [   2.391s] (  65/1173) spt::tunnel_e2e shell_tunnel_round_trips_opaque_bytes_through_the_real_surfaces
2026-06-18T12:06:47.3715663Z         PASS [   0.141s] (  66/1173) spt::bin/spt api::startup::tests::post_spawn_bind_establishes_perch
2026-06-18T12:06:47.3952147Z         PASS [   0.154s] (  67/1173) spt::bin/spt api::startup::tests::rebind_same_session_ok
2026-06-18T12:06:47.3962296Z         PASS [   0.048s] (  68/1173) spt::bin/spt api::tests::ctx_manifest_resolves_from_registry_when_manifest_absent
2026-06-18T12:06:47.3969152Z         PASS [   0.028s] (  69/1173) spt::bin/spt api::tests::ctx_manifest_unregistered_no_manifest_is_none_not_fatal
2026-06-18T12:06:47.4035493Z         PASS [   0.032s] (  70/1173) spt::bin/spt api::tests::load_manifest_resolves_composite_adapter_option
2026-06-18T12:06:47.4084776Z         PASS [   0.037s] (  71/1173) spt::bin/spt api::tests::state_value_is_validated
2026-06-18T12:06:47.4355828Z         PASS [   0.036s] (  72/1173) spt::bin/spt api::tests::surface_parses
2026-06-18T12:06:47.4582378Z         PASS [   0.063s] (  73/1173) spt::bin/spt api::worker::tests::guard_clears_only_when_all_children_stopped
2026-06-18T12:06:47.4583647Z         PASS [   0.068s] (  74/1173) spt::bin/spt api::worker::tests::cascade_guard_tracks_live_children
2026-06-18T12:06:47.4714354Z         PASS [   0.044s] (  75/1173) spt::bin/spt api::worker::tests::worker_start_nests_under_parent
2026-06-18T12:06:47.4818320Z         PASS [   0.025s] (  76/1173) spt::bin/spt cli::tests::access_subcommands_parse
2026-06-18T12:06:47.5373234Z         PASS [   0.055s] (  77/1173) spt::bin/spt cli::tests::adapter_profile_verbs_local_only
2026-06-18T12:06:47.5855171Z         PASS [   0.047s] (  78/1173) spt::bin/spt cli::tests::adapter_string_verbs
2026-06-18T12:06:47.6064430Z         PASS [   0.022s] (  79/1173) spt::bin/spt cli::tests::adapter_subcommands_parse
2026-06-18T12:06:50.0862811Z         PASS [   2.628s] (  80/1173) spt::bin/spt cli::tests::adapter_digest_proof_fills_session_id_key
2026-06-18T12:06:50.1499741Z         PASS [   2.741s] (  81/1173) spt::bin/spt api::worker::tests::worker_poll_holds_deferred_while_resting
2026-06-18T12:06:50.1732284Z         PASS [   2.687s] (  82/1173) spt::bin/spt cli::tests::adapter_digest_proof_gates_on_drops
2026-06-18T12:06:50.1905319Z         PASS [   0.104s] (  83/1173) spt::bin/spt cli::tests::applied_message_renders_semver_or_counter_fallback_and_states_applied
2026-06-18T12:06:50.1951223Z         PASS [   2.588s] (  84/1173) spt::bin/spt cli::tests::adapter_use_sets_and_clears_pointer
2026-06-18T12:06:50.1975605Z         PASS [   0.040s] (  85/1173) spt::bin/spt cli::tests::bare_spt_parses_to_none
2026-06-18T12:06:50.2212744Z         PASS [   0.061s] (  86/1173) spt::bin/spt cli::tests::apply_user_msg_gate_local_origination
2026-06-18T12:06:50.2213571Z         PASS [   0.027s] (  87/1173) spt::bin/spt cli::tests::bare_tty_guard
2026-06-18T12:06:50.2257688Z         PASS [   0.027s] (  88/1173) spt::bin/spt cli::tests::create_existing_name_is_usage_error
2026-06-18T12:06:50.2258486Z         PASS [   0.029s] (  89/1173) spt::bin/spt cli::tests::connection_lines_net_less_hides_stale_heartbeat
2026-06-18T12:06:50.2511862Z         PASS [   0.035s] (  90/1173) spt::bin/spt cli::tests::create_new_existing_name_is_usage_error
2026-06-18T12:06:50.2669795Z         PASS [   0.041s] (  91/1173) spt::bin/spt cli::tests::create_new_mints_shows_and_requests_save
2026-06-18T12:06:50.2671174Z         PASS [   0.041s] (  92/1173) spt::bin/spt cli::tests::create_not_elevated_refuses_without_saving
2026-06-18T12:06:50.2726056Z         PASS [   0.022s] (  93/1173) spt::bin/spt cli::tests::daemon_offline_hint_only_when_down
2026-06-18T12:06:50.2728113Z         PASS [   0.047s] (  94/1173) spt::bin/spt cli::tests::create_prints_joining_material_when_elevated
2026-06-18T12:06:50.2973944Z         PASS [   0.028s] (  95/1173) spt::bin/spt cli::tests::empty_store_no_flag_guides_to_pair_or_create
2026-06-18T12:06:50.2998715Z         PASS [   0.034s] (  96/1173) spt::bin/spt cli::tests::digest_flag_defaults
2026-06-18T12:06:50.3008193Z         PASS [   0.040s] (  97/1173) spt::bin/spt cli::tests::daemon_subcommands_parse
2026-06-18T12:06:50.3697958Z         PASS [   0.098s] (  98/1173) spt::bin/spt cli::tests::endpoint_list_subnet_rows_align_and_label
2026-06-18T12:06:50.3927106Z         PASS [   2.978s] (  99/1173) spt::bin/spt api::worker::tests::worker_poll_drains_spool
2026-06-18T12:06:50.4094930Z         PASS [   0.103s] ( 100/1173) spt::bin/spt cli::tests::endpoint_role_parses
2026-06-18T12:06:50.4228269Z         PASS [   0.039s] ( 101/1173) spt::bin/spt cli::tests::escalation_choice_parses_fail_closed
2026-06-18T12:06:50.4463517Z         PASS [   0.067s] ( 102/1173) spt::bin/spt cli::tests::endpoint_subcommands_parse
2026-06-18T12:06:50.4958588Z         PASS [   0.067s] ( 103/1173) spt::bin/spt cli::tests::gh_release_version_compare_decision
2026-06-18T12:06:50.5036964Z         PASS [   0.065s] ( 104/1173) spt::bin/spt cli::tests::grant_subcommands_parse
2026-06-18T12:06:50.5146336Z         PASS [   0.203s] ( 105/1173) spt::bin/spt cli::tests::endpoint_stop_marks_offline
2026-06-18T12:06:50.5835992Z         PASS [   0.096s] ( 106/1173) spt::bin/spt cli::tests::help_groups_cover_every_command
2026-06-18T12:06:50.9770337Z         PASS [   0.375s] ( 107/1173) spt::bin/spt cli::tests::invalid_usage_errors
2026-06-18T12:06:51.0213680Z         PASS [   0.515s] ( 108/1173) spt::bin/spt cli::tests::how_to_topics_cover_ready_and_send
2026-06-18T12:06:51.0525592Z         PASS [   0.522s] ( 109/1173) spt::bin/spt cli::tests::hot_path_flat_and_moved_verbs_gone
2026-06-18T12:06:51.1687851Z         PASS [   0.207s] ( 110/1173) spt::bin/spt cli::tests::join_gate_refuses_without_confirmed_elevation
2026-06-18T12:06:51.1742708Z         PASS [   0.146s] ( 111/1173) spt::bin/spt cli::tests::node_level_label_names_an_endpointless_peer
2026-06-18T12:06:51.2069361Z         PASS [   0.189s] ( 112/1173) spt::bin/spt cli::tests::multi_subnet_refuses_without_flag_then_resolves_with_it
2026-06-18T12:06:51.3378504Z         PASS [   0.162s] ( 113/1173) spt::bin/spt cli::tests::node_rows_disambiguate_only_on_label_collision
2026-06-18T12:06:51.4463031Z         PASS [   0.270s] ( 114/1173) spt::bin/spt cli::tests::node_status_rows_settle_cheap_signals_probe_only_stale
2026-06-18T12:06:51.4578045Z         PASS [   0.130s] ( 115/1173) spt::bin/spt cli::tests::notify_subnet_resolution_home_default
2026-06-18T12:06:51.4578883Z         PASS [   0.251s] ( 116/1173) spt::bin/spt cli::tests::not_elevated_refuses_without_leaking_code_or_saving
2026-06-18T12:06:51.4698422Z         PASS [   0.025s] ( 117/1173) spt::bin/spt cli::tests::notify_surface_parses
2026-06-18T12:06:51.5105677Z         PASS [   0.037s] ( 118/1173) spt::bin/spt cli::tests::pair_namespace_is_gone
2026-06-18T12:06:51.5106512Z         PASS [   0.045s] ( 119/1173) spt::bin/spt cli::tests::origin_set_and_asset_urls_latest_and_tag
2026-06-18T12:06:51.8320355Z         PASS [   0.326s] ( 120/1173) spt::bin/spt cli::tests::probe_all_runs_concurrently_in_input_order
2026-06-18T12:06:51.8351439Z         PASS [  10.061s] ( 121/1173) spt::livehost_psyche_fail_e2e online_live_agent_with_missing_psyche_binary_stamps_a_harness_reachable_error
2026-06-18T12:06:51.9001376Z         PASS [   0.060s] ( 122/1173) spt::bin/spt cli::tests::prune_candidates_resolve_never_guess
2026-06-18T12:06:51.9805099Z         PASS [   0.080s] ( 123/1173) spt::bin/spt cli::tests::purge_offline_gate_and_self_guard
2026-06-18T12:06:52.0651280Z         PASS [   0.236s] ( 124/1173) spt::bin/spt cli::tests::probe_all_timeout_settles_false_without_stalling_batch
2026-06-18T12:06:52.3554133Z         PASS [   0.848s] ( 125/1173) spt::bin/spt cli::tests::probe_all_cap_batches_into_windows
2026-06-18T12:06:52.3777138Z         PASS [  11.967s] ( 126/1173) spt::livehost_bootgate_e2e cold_start_does_not_revive_a_sessionless_online_latched_perch
2026-06-18T12:06:52.3896043Z         PASS [   0.038s] ( 127/1173) spt::bin/spt cli::tests::ring_timeout_defaults
2026-06-18T12:06:52.3940694Z         PASS [   0.329s] ( 128/1173) spt::bin/spt cli::tests::release_archive_extracts_to_a_registrable_root
2026-06-18T12:06:52.4305671Z         PASS [   0.041s] ( 129/1173) spt::bin/spt cli::tests::self_pin_annotates_psyche_host_failure
2026-06-18T12:06:52.4357735Z         PASS [   0.041s] ( 130/1173) spt::bin/spt cli::tests::self_pin_includes_description_when_present
2026-06-18T12:06:52.4749869Z         PASS [   0.037s] ( 131/1173) spt::bin/spt cli::tests::send_user_msg_flag_parses
2026-06-18T12:06:52.4750557Z         PASS [   0.044s] ( 132/1173) spt::bin/spt cli::tests::send_target_optional_with_reply_to
2026-06-18T12:06:52.4778663Z         PASS [   0.100s] ( 133/1173) spt::bin/spt cli::tests::run_bounded_yields_value_or_timeout_default
2026-06-18T12:06:52.5811936Z         PASS [   0.103s] ( 134/1173) spt::bin/spt cli::tests::shell_relink_relaunches_offline_instances_only
2026-06-18T12:06:52.5951035Z         PASS [   0.121s] ( 135/1173) spt::bin/spt cli::tests::shell_owner_exclusivity_negatives
2026-06-18T12:06:52.7054507Z         PASS [  12.317s] ( 136/1173) spt::brain_split broker_survives_brain_kill_and_respawns_it
2026-06-18T12:06:52.9874103Z         PASS [   0.406s] ( 137/1173) spt::bin/spt cli::tests::shell_spawn_approval_floor_gates
2026-06-18T12:06:53.0226539Z         PASS [  12.634s] ( 138/1173) spt::brain_split seed_anchor_survives_brain_cycle
2026-06-18T12:06:53.0587597Z         PASS [   0.586s] ( 139/1173) spt::bin/spt cli::tests::shell_channels_relay_sensory_and_text_file
2026-06-18T12:06:53.0651229Z         PASS [   0.036s] ( 140/1173) spt::bin/spt cli::tests::shell_subcommands_parse
2026-06-18T12:06:53.0811138Z         PASS [   0.094s] ( 141/1173) spt::bin/spt cli::tests::shell_spawn_profiled_option_resolves_and_shares_cap
2026-06-18T12:06:53.1144897Z         PASS [   0.056s] ( 142/1173) spt::bin/spt cli::tests::shutdown_soft_stops_and_suspends
2026-06-18T12:06:53.1145696Z         PASS [   0.056s] ( 143/1173) spt::bin/spt cli::tests::show_code_prints_reprovisioning_material
2026-06-18T12:06:53.1412691Z         PASS [   0.059s] ( 144/1173) spt::bin/spt cli::tests::single_subnet_auto_selects_and_code_matches_seed
2026-06-18T12:06:53.1566047Z         PASS [   0.041s] ( 145/1173) spt::bin/spt cli::tests::subcommands_parse
2026-06-18T12:06:53.1653471Z         PASS [   0.570s] ( 146/1173) spt::bin/spt cli::tests::shell_spawn_cap_and_over_cap_gates
2026-06-18T12:06:53.1894838Z         PASS [   0.033s] ( 147/1173) spt::bin/spt cli::tests::subnet_status_renders_rows_and_hints_never_secrets
2026-06-18T12:06:53.1898517Z         PASS [   0.025s] ( 148/1173) spt::bin/spt cli::tests::subnets_joined_banner_renders_rows_and_divider
2026-06-18T12:06:53.2043280Z         PASS [   0.062s] ( 149/1173) spt::bin/spt cli::tests::subnet_arg_shapes_parse
2026-06-18T12:06:53.2067769Z         PASS [   0.017s] ( 150/1173) spt::bin/spt cli::tests::trust_mutation_gate_refuses_without_confirmed_elevation
2026-06-18T12:06:53.2226525Z         PASS [   0.024s] ( 151/1173) spt::bin/spt cli::tests::unknown_elevation_falls_back
2026-06-18T12:06:53.2238256Z         PASS [   0.022s] ( 152/1173) spt::bin/spt cli::tests::unknown_named_subnet_is_usage_error
2026-06-18T12:06:53.2362409Z         PASS [   0.027s] ( 153/1173) spt::bin/spt cli::tests::whoami_is_an_endpoint_list_alias
2026-06-18T12:06:53.2363365Z         PASS [   0.021s] ( 154/1173) spt::bin/spt elevation::tests::already_elevated_short_circuits_on_every_os
2026-06-18T12:06:53.2464894Z         PASS [   0.019s] ( 155/1173) spt::bin/spt elevation::tests::current_returns_a_determinate_level_on_supported_platforms
2026-06-18T12:06:53.2583050Z         PASS [   0.023s] ( 156/1173) spt::bin/spt elevation::tests::fallback_message_names_authenticator_app_and_subnet
2026-06-18T12:06:53.2693889Z         PASS [   0.028s] ( 157/1173) spt::bin/spt elevation::tests::gate_shows_only_when_confirmed_elevated
2026-06-18T12:06:53.2694641Z         PASS [   0.025s] ( 158/1173) spt::bin/spt elevation::tests::launcher_argv_is_absolute_exe_plus_verbatim_args
2026-06-18T12:06:53.2887634Z         PASS [   0.031s] ( 159/1173) spt::bin/spt elevation::tests::launchers_never_shell_interpolate_a_crafted_arg
2026-06-18T12:06:53.2895744Z         PASS [   0.022s] ( 160/1173) spt::bin/spt elevation::tests::unix_path_order_tty_then_pkexec_then_terminal_then_hint
2026-06-18T12:06:53.2899316Z         PASS [   0.026s] ( 161/1173) spt::bin/spt elevation::tests::print_hint_floor_uses_absolute_path_each_os
2026-06-18T12:06:53.3238075Z         PASS [   0.026s] ( 162/1173) spt::bin/spt elevation::tests::windows_uac_only_interactive_other_always_prints
2026-06-18T12:06:53.3239264Z         PASS [  12.930s] ( 163/1173) spt::contract_e2e live_agent_lifecycle_e2e
2026-06-18T12:06:53.3248366Z         PASS [   0.032s] ( 164/1173) spt::bin/spt picker::model::tests::adapter_tree_nests_profiles
2026-06-18T12:06:53.3249348Z         PASS [   0.035s] ( 165/1173) spt::bin/spt picker::data::tests::reconcile_overrides_subnet_with_local_roster
2026-06-18T12:06:53.3451872Z         PASS [   0.025s] ( 166/1173) spt::bin/spt picker::model::tests::back_unwinds
2026-06-18T12:06:53.3452656Z         PASS [   0.016s] ( 167/1173) spt::bin/spt picker::model::tests::confirm_options_status_dependent
2026-06-18T12:06:53.3561097Z         PASS [   0.031s] ( 168/1173) spt::bin/spt picker::model::tests::confirm_terminal_routes
2026-06-18T12:06:53.3621741Z         PASS [   0.041s] ( 169/1173) spt::bin/spt picker::model::tests::category_ring_wraps
2026-06-18T12:06:53.4131133Z         PASS [   0.047s] ( 170/1173) spt::bin/spt picker::model::tests::create_outcome_bakes_run
2026-06-18T12:06:53.4131753Z         PASS [   0.037s] ( 171/1173) spt::bin/spt picker::model::tests::filter_narrows
2026-06-18T12:06:53.4154733Z         PASS [   0.057s] ( 172/1173) spt::bin/spt picker::model::tests::cursor_clamps
2026-06-18T12:06:53.4155340Z         PASS [   0.041s] ( 173/1173) spt::bin/spt picker::model::tests::display_status_four_state_type_gated
2026-06-18T12:06:53.4562668Z         PASS [   0.048s] ( 174/1173) spt::bin/spt picker::model::tests::prefill_jumps_to_create
2026-06-18T12:06:53.4729007Z         PASS [   0.085s] ( 175/1173) spt::bin/spt picker::model::tests::kind_routes
2026-06-18T12:06:53.4831537Z         PASS [   0.081s] ( 176/1173) spt::bin/spt picker::model::tests::reenter_create_keeps_or_clears_id
2026-06-18T12:06:53.5156252Z         PASS [   0.111s] ( 177/1173) spt::bin/spt picker::model::tests::resume_outcome_bakes_session
2026-06-18T12:06:53.5156906Z         PASS [   0.070s] ( 178/1173) spt::bin/spt picker::model::tests::resume_title_render
2026-06-18T12:06:53.5312061Z         PASS [   0.056s] ( 179/1173) spt::bin/spt picker::model::tests::status_square_is_online_offline_only
2026-06-18T12:06:53.5312873Z         PASS [   0.053s] ( 180/1173) spt::bin/spt picker::model::tests::visible_partitions_and_sorts
2026-06-18T12:06:53.5499980Z         PASS [   0.039s] ( 181/1173) spt::bin/spt picker::shortcut::tests::bakes_create_attach_by_default
2026-06-18T12:06:53.5500739Z         PASS [   0.032s] ( 182/1173) spt::bin/spt picker::shortcut::tests::bakes_resume_and_action
2026-06-18T12:06:53.5526918Z         PASS [   0.022s] ( 183/1173) spt::bin/spt picker::shortcut::tests::sentinel_detection
2026-06-18T12:06:53.5550412Z         PASS [   0.025s] ( 184/1173) spt::bin/spt picker::shortcut::tests::basename_is_parameterized
2026-06-18T12:06:53.5719864Z         PASS [   0.024s] ( 185/1173) spt::bin/spt picker::view::tests::adapter_tree_buffer
2026-06-18T12:06:53.5865391Z         PASS [   0.029s] ( 186/1173) spt::bin/spt picker::view::tests::kind_buffer
2026-06-18T12:06:53.5866079Z         PASS [   0.030s] ( 187/1173) spt::bin/spt picker::view::tests::confirm_buffer_options
2026-06-18T12:06:54.6559368Z         PASS [   1.073s] ( 188/1173) spt::bin/spt picker::view::tests::pick_buffer_has_squares_and_description
2026-06-18T12:06:54.6570470Z         PASS [   1.098s] ( 189/1173) spt::bin/spt picker::shortcut::tests::write_create_update_refuse
2026-06-18T12:06:54.6571093Z         PASS [   1.062s] ( 190/1173) spt::bin/spt picker::view::tests::pick_empty_category_hint
2026-06-18T12:06:54.6571652Z         PASS [   1.069s] ( 191/1173) spt::bin/spt picker::view::tests::pick_status_line_four_state
2026-06-18T12:06:54.6922638Z         PASS [   0.045s] ( 192/1173) spt::bin/spt rc::tests::classify_read_err_eof_is_graceful_not_fatal
2026-06-18T12:06:56.5693109Z         PASS [   1.902s] ( 193/1173) spt::bin/spt rc::tests::detach_keybind_semantics
2026-06-18T12:06:56.5706734Z         PASS [   1.909s] ( 194/1173) spt::bin/spt picker::view::tests::resume_buffer_lists_sessions
2026-06-18T12:06:56.5707562Z         PASS [   1.910s] ( 195/1173) spt::bin/spt rc::tests::attach_offline_endpoint_short_circuits_clean
2026-06-18T12:06:56.5951618Z         PASS [   1.891s] ( 196/1173) spt::bin/spt rc::tests::detach_prefix_spans_chunks
2026-06-18T12:06:56.5952567Z         PASS [   0.041s] ( 197/1173) spt::bin/spt rc::tests::first_event_stall_decision
2026-06-18T12:06:56.6675668Z         PASS [  16.272s] ( 198/1173) spt::brain_survive pty_and_quic_survive_brain_process_restart_onto_swapped_binary
2026-06-18T12:06:56.6676516Z         PASS [   0.108s] ( 199/1173) spt::bin/spt wansend::tests::load_snapshots_degrades_on_junk
2026-06-18T12:06:56.6682725Z         PASS [   0.113s] ( 200/1173) spt::bin/spt rc::tests::op_minter_distinct_and_monotonic
2026-06-18T12:06:56.7479768Z         PASS [   3.633s] ( 201/1173) spt::bin/spt cli::tests::spt_hosted_no_relay_detection
2026-06-18T12:06:56.7934863Z         PASS [   0.208s] ( 202/1173) spt::bin/spt wansend::tests::refusals_render_copy_paste_targets
2026-06-18T12:06:56.8090863Z         PASS [   6.511s] ( 203/1173) spt::bin/spt cli::tests::endpoint_role_overwrite_is_the_sole_writer
2026-06-18T12:06:56.8120463Z         PASS [   0.020s] ( 204/1173) spt-daemon adapter_update::tests::delegated_attested_delegates_command
2026-06-18T12:06:56.8254005Z         PASS [   0.017s] ( 205/1173) spt-daemon adapter_update::tests::delegated_unattested_is_skipped
2026-06-18T12:06:56.8327648Z         PASS [   0.166s] ( 206/1173) spt-daemon access::tests::reply_passes_where_unsolicited_refused
2026-06-18T12:06:56.8405754Z         PASS [   0.090s] ( 207/1173) spt-daemon access::tests::same_node_always_passes_without_minting
2026-06-18T12:06:56.8406551Z         PASS [   0.028s] ( 208/1173) spt-daemon adapter_update::tests::file_pull_tampered_bytes_rejected
2026-06-18T12:06:56.8571977Z         PASS [   0.032s] ( 209/1173) spt-daemon adapter_update::tests::file_pull_verified_against_adapter_key
2026-06-18T12:06:56.8573169Z         PASS [   0.193s] ( 210/1173) spt-daemon access::tests::gate_decision_table
2026-06-18T12:06:56.8603850Z         PASS [   0.027s] ( 211/1173) spt-daemon adapter_update::tests::file_pull_without_payload_is_skipped
2026-06-18T12:06:56.8707548Z         PASS [   0.029s] ( 212/1173) spt-daemon adapter_update::tests::gh_release_is_managed_cli_side_not_in_pure_plan
2026-06-18T12:06:56.8751324Z         PASS [   0.036s] ( 213/1173) spt-daemon adapter_update::tests::file_pull_wrong_key_rejected
2026-06-18T12:06:56.9030265Z         PASS [   0.045s] ( 214/1173) spt-daemon adapter_update::tests::ripple_conducts_each_adapter_in_order
2026-06-18T12:06:56.9265446Z         PASS [   0.070s] ( 215/1173) spt-daemon adapter_update::tests::ripple_registered_uses_the_registered_set
2026-06-18T12:06:56.9545564Z         PASS [   0.085s] ( 216/1173) spt-daemon applyhost::tests::apply_staged_refuses_a_quarantined_version
2026-06-18T12:06:56.9549222Z         PASS [   0.095s] ( 217/1173) spt-daemon applyhost::tests::apply_staged_gates_fail_closed_with_the_seat_untouched
2026-06-18T12:06:56.9913673Z         PASS [   0.117s] ( 218/1173) spt-daemon applyhost::tests::apply_staged_refuses_platform_blind_or_mismatched_single
2026-06-18T12:06:57.0076499Z         PASS [   0.082s] ( 219/1173) spt-daemon applyhost::tests::apply_staged_update_set_refuses_broker_touching_payloads
2026-06-18T12:06:57.0190131Z         PASS [   0.112s] ( 220/1173) spt-daemon applyhost::tests::apply_staged_swaps_binary_and_hands_off_without_touching_the_endpoint
2026-06-18T12:06:57.0491549Z         PASS [   0.058s] ( 221/1173) spt-daemon applyhost::tests::brain_restart_verb_raises_the_supervisor_signal
2026-06-18T12:06:57.0561705Z         PASS [   0.042s] ( 222/1173) spt-daemon brainproc::tests::backoff_doubles_on_fast_death_resets_when_healthy
2026-06-18T12:06:57.0738802Z         PASS [   0.048s] ( 223/1173) spt-daemon brainproc::tests::appended_padding_flips_exe_hash
2026-06-18T12:06:57.0754120Z         PASS [   0.026s] ( 224/1173) spt-daemon brainproc::tests::brain_child_args_carry_generation_and_reason
2026-06-18T12:06:57.1061632Z         PASS [   0.147s] ( 225/1173) spt-daemon applyhost::tests::apply_staged_without_broker_hosted_sessions_swaps_binary
2026-06-18T12:06:57.1062406Z         PASS [   0.047s] ( 226/1173) spt-daemon brainproc::tests::bytes_gate_truth_table
2026-06-18T12:06:57.1105332Z         PASS [   0.035s] ( 227/1173) spt-daemon brainproc::tests::consumer_gate_spawns_once_when_net_enabled
2026-06-18T12:06:57.1149273Z         PASS [   0.160s] ( 228/1173) spt-daemon applyhost::tests::apply_staged_update_set_selects_local_platform_artifact
2026-06-18T12:06:57.1402385Z         PASS [   0.029s] ( 229/1173) spt-daemon brainproc::tests::ready_exe_hash_parses_and_is_n1_readable
2026-06-18T12:06:57.1461329Z         PASS [   0.042s] ( 230/1173) spt-daemon brainproc::tests::planned_restart_respawns_with_update_reason
2026-06-18T12:06:57.1462088Z         PASS [   0.042s] ( 231/1173) spt-daemon brainproc::tests::ready_but_wrong_bytes_rolls_back_never_promotes
2026-06-18T12:06:57.1496862Z         PASS [   0.036s] ( 232/1173) spt-daemon brainproc::tests::ready_generation_at_reads_file_and_absent_is_none
2026-06-18T12:06:57.1699088Z         PASS [   0.505s] ( 233/1173) spt::bin/spt wansend::tests::wan_send_ships_to_the_resolved_node
2026-06-18T12:06:57.1699738Z         PASS [   0.027s] ( 234/1173) spt-daemon brainproc::tests::ready_generation_parses_stamp_and_fails_safe
2026-06-18T12:06:57.1787911Z         PASS [   0.034s] ( 235/1173) spt-daemon brainproc::tests::rollback_running_version_is_prior_not_n_minus_one
2026-06-18T12:06:57.1975648Z         PASS [   0.029s] ( 236/1173) spt-daemon brainproc::tests::select_brain_exe_prefers_canonical_over_per_spawn_current_exe
2026-06-18T12:06:57.1977841Z         PASS [   0.048s] ( 237/1173) spt-daemon brainproc::tests::rolled_back_record_spawns_rollback_binary_on_a_fresh_supervisor
2026-06-18T12:06:57.2142137Z         PASS [   0.035s] ( 238/1173) spt-daemon brainproc::tests::start_reason_arg_round_trips_and_is_lenient
2026-06-18T12:06:57.3877953Z         PASS [   0.790s] ( 239/1173) spt::bin/spt wansend::tests::remote_rest_suspends_and_wakes_with_the_deferred_gate
2026-06-18T12:06:57.3936012Z         PASS [   0.248s] ( 240/1173) spt-daemon brainproc::tests::ready_with_matching_bytes_promotes
2026-06-18T12:06:57.4596254Z         PASS [  15.829s] ( 241/1173) spt::livehost_nonresident_e2e online_live_agent_with_fast_exiting_psyche_stamps_parent_and_clears_phantom
2026-06-18T12:06:57.4777115Z         PASS [   0.019s] ( 242/1173) spt-daemon broker::tests::delivered_cursor_advances_only_on_ok_and_is_monotonic
2026-06-18T12:06:57.4911431Z         PASS [   0.014s] ( 243/1173) spt-daemon broker::tests::sessions_reply_resume_seq_defaults_when_absent
2026-06-18T12:06:57.5042069Z         PASS [   0.013s] ( 244/1173) spt-daemon broker::tests::viewer_overflow_or_disconnect_evicts_never_blocks
2026-06-18T12:06:57.5171054Z         PASS [   0.013s] ( 245/1173) spt-daemon codec::tests::back_to_back_frames_decode_independently
2026-06-18T12:06:57.5303873Z         PASS [   0.013s] ( 246/1173) spt-daemon codec::tests::frame_round_trips_through_buffer
2026-06-18T12:06:57.5492394Z         PASS [   0.019s] ( 247/1173) spt-daemon codec::tests::oversized_prefix_rejected
2026-06-18T12:06:57.5612482Z         LEAK [   0.500s] ( 248/1173) spt-daemon brainproc::tests::clear_before_spawn_defeats_exact_generation_stale_file
2026-06-18T12:06:57.5794470Z         PASS [   0.030s] ( 249/1173) spt-daemon config::tests::auto_suspend_knob_is_opt_in_default_off
2026-06-18T12:06:57.5912417Z         PASS [   0.030s] ( 250/1173) spt-daemon config::tests::crash_grace_is_config_driven
2026-06-18T12:06:57.6124690Z         PASS [   0.027s] ( 251/1173) spt-daemon config::tests::full_auto_update_is_gated_by_default
2026-06-18T12:06:57.6221972Z         PASS [   0.042s] ( 252/1173) spt-daemon config::tests::detached_subnets_knob_defaults_empty
2026-06-18T12:06:57.6391244Z         PASS [   0.253s] ( 253/1173) spt-daemon brainproc::tests::trial_promotes_on_ready_then_supervises_the_accepted_binary
2026-06-18T12:06:57.6421178Z         PASS [   0.021s] ( 254/1173) spt-daemon config::tests::missing_file_is_default
2026-06-18T12:06:57.6425128Z         PASS [   0.030s] ( 255/1173) spt-daemon config::tests::malformed_file_degrades_to_default
2026-06-18T12:06:57.6694574Z         PASS [   0.031s] ( 256/1173) spt-daemon config::tests::pulse_period_is_config_driven
2026-06-18T12:06:57.6760419Z         PASS [   0.476s] ( 257/1173) spt-daemon brainproc::tests::supervisor_respawns_brain_until_stopped
2026-06-18T12:06:57.6761680Z         PASS [   0.478s] ( 258/1173) spt-daemon brainproc::tests::supervisor_owns_generation_and_stamps_start_reason
2026-06-18T12:06:57.6764285Z         PASS [   0.033s] ( 259/1173) spt-daemon config::tests::save_load_roundtrip
2026-06-18T12:06:57.6868273Z         PASS [   0.043s] ( 260/1173) spt-daemon config::tests::relay_choice_is_config_driven
2026-06-18T12:06:57.6883324Z         PASS [   0.020s] ( 261/1173) spt-daemon consent::tests::decide_honors_full_auto_flag
2026-06-18T12:06:57.7065668Z         PASS [   0.021s] ( 262/1173) spt-daemon daemon::tests::net_retry_backoff_doubles_then_caps
2026-06-18T12:06:57.7086100Z         PASS [   0.020s] ( 263/1173) spt-daemon daemon::tests::windows_arg_quoting_roundtrips_the_rules
2026-06-18T12:06:57.7135220Z         PASS [   0.038s] ( 264/1173) spt-daemon daemon::tests::is_running_tracks_the_seed_channel
2026-06-18T12:06:57.7267826Z         PASS [   0.048s] ( 265/1173) spt-daemon consent::tests::no_live_session_resolves_to_none
2026-06-18T12:06:57.7440435Z         PASS [   0.036s] ( 266/1173) spt-daemon deadline::tests::advance_after_fire_steps_one_grid_normally_and_collapses_a_stall
2026-06-18T12:06:57.7504956Z         PASS [   0.036s] ( 267/1173) spt-daemon deadline::tests::corrupt_file_degrades_to_fresh
2026-06-18T12:06:57.7565578Z         PASS [   0.034s] ( 268/1173) spt-daemon deadline::tests::distinct_keys_do_not_cross_clobber
2026-06-18T12:06:57.7568480Z         PASS [   0.049s] ( 269/1173) spt-daemon deadline::tests::cold_and_crash_write_fresh_anchor_at_now
2026-06-18T12:06:57.7582797Z         PASS [   0.084s] ( 270/1173) spt-daemon consent::tests::resolves_most_recently_active_live_session
2026-06-18T12:06:57.7583513Z         PASS [   0.016s] ( 271/1173) spt-daemon deadline::tests::next_fire_between_grid_points_rounds_up
2026-06-18T12:06:57.7678915Z         PASS [   0.016s] ( 272/1173) spt-daemon deadline::tests::next_fire_long_jump_collapses_missed_ticks_to_one
2026-06-18T12:06:57.7717576Z         PASS [   0.016s] ( 273/1173) spt-daemon deadline::tests::next_fire_on_grid_returns_now_and_advances_strictly
2026-06-18T12:06:57.7775389Z         PASS [   0.019s] ( 274/1173) spt-daemon deadline::tests::next_fire_saturates_when_now_precedes_anchor
2026-06-18T12:06:57.7856655Z         PASS [   0.027s] ( 275/1173) spt-daemon deadline::tests::one_shot_fires_at_or_after_target_and_never_resets
2026-06-18T12:06:57.7887116Z         PASS [   0.030s] ( 276/1173) spt-daemon deadline::tests::update_keeps_anchor_and_refreshes_interval
2026-06-18T12:06:57.8008338Z         PASS [   0.028s] ( 277/1173) spt-daemon deadline::tests::zero_interval_degrades_to_config_default
2026-06-18T12:06:57.8032214Z         PASS [   0.037s] ( 278/1173) spt-daemon deadline::tests::update_with_no_file_falls_back_fresh
2026-06-18T12:06:57.8163020Z         PASS [   0.035s] ( 279/1173) spt-daemon deelevate::tests::env_overlay_keeps_explicit_spt_home_alive
2026-06-18T12:06:57.8163757Z         PASS [   0.025s] ( 280/1173) spt-daemon deelevate::tests::plan_spawn_deelevates_only_with_a_target
2026-06-18T12:06:57.8182611Z         PASS [   0.026s] ( 281/1173) spt-daemon digest::tests::common_prefix_len_finds_the_unchanged_head
2026-06-18T12:06:57.8425431Z         PASS [   0.025s] ( 282/1173) spt-daemon digest::tests::merge_by_ts_interleaves_context
2026-06-18T12:06:57.8426661Z         PASS [   0.034s] ( 283/1173) spt-daemon digest::tests::log_less_two_origin_merge_interleaves_by_ts
2026-06-18T12:06:57.8427562Z         LEAK [   0.671s] ( 284/1173) spt-daemon brainproc::tests::stale_generation_minus_one_ready_never_promotes
2026-06-18T12:06:57.8667769Z         PASS [   0.050s] ( 285/1173) spt-daemon digest::tests::projects_empty_for_a_sourceless_endpoint
2026-06-18T12:06:57.8684827Z         PASS [   0.031s] ( 286/1173) spt-daemon digest::tests::resolve_config_precedence
2026-06-18T12:06:57.8710039Z         PASS [   0.033s] ( 287/1173) spt-daemon digesthub::tests::project_and_publish_stores_latest
2026-06-18T12:06:57.8711351Z         PASS [   0.056s] ( 288/1173) spt-daemon digest::tests::projects_a_log_less_endpoint_from_digest_log
2026-06-18T12:06:57.8744974Z         PASS [   0.034s] ( 289/1173) spt-daemon digesthub::tests::dropped_subscriber_is_pruned
2026-06-18T12:06:57.9036929Z         PASS [   0.037s] ( 290/1173) spt-daemon digesthub::tests::render_is_glanceable
2026-06-18T12:06:57.9062288Z         PASS [   0.037s] ( 291/1173) spt-daemon digesthub::tests::publish_delta_is_tail_then_full_refresh
2026-06-18T12:06:57.9063001Z         PASS [   0.033s] ( 292/1173) spt-daemon dispatch::tests::unknown_shapes_refuse_classification
2026-06-18T12:06:57.9063757Z         PASS [   0.034s] ( 293/1173) spt-daemon digesthub::tests::subscribe_returns_current_base
2026-06-18T12:06:57.9064677Z         PASS [   0.035s] ( 294/1173) spt-daemon dispatch::tests::classifies_every_family_by_first_line_shape
2026-06-18T12:06:57.9124822Z         LEAK [   0.695s] ( 295/1173) spt-daemon brainproc::tests::trial_kills_alive_never_ready_candidate_before_rollback
2026-06-18T12:06:57.9475428Z         PASS [   0.043s] ( 296/1173) spt-daemon drivehub::tests::dead_generation_frame_is_never_served
2026-06-18T12:06:57.9586919Z         PASS [   0.046s] ( 297/1173) spt-daemon drivehub::tests::write_is_latest_wins
2026-06-18T12:06:57.9587475Z         PASS [   0.053s] ( 298/1173) spt-daemon drivehub::tests::slots_are_per_owner
2026-06-18T12:06:57.9587967Z         PASS [   0.053s] ( 299/1173) spt-daemon drivehub::tests::clear_evicts_the_slot
2026-06-18T12:06:57.9723463Z         PASS [   0.067s] ( 300/1173) spt-daemon drivehub::tests::take_is_exactly_once
2026-06-18T12:06:57.9922605Z         PASS [   0.015s] ( 301/1173) spt-daemon frame::tests::envelope_with_unknown_trailing_field_decodes_on_older_peer
2026-06-18T12:06:58.0290542Z         PASS [   0.042s] ( 302/1173) spt-daemon frame::tests::handshake_accepts_newer_brain_on_older_broker
2026-06-18T12:06:58.0348156Z         PASS [   0.076s] ( 303/1173) spt-daemon effect::tests::open_creates_missing_parent_dirs
2026-06-18T12:06:58.0403030Z         PASS [   0.124s] ( 304/1173) spt-daemon effect::tests::applied_set_survives_reopen
2026-06-18T12:06:58.0403685Z         PASS [   0.089s] ( 305/1173) spt-daemon effect::tests::failed_effect_is_not_recorded_applied
2026-06-18T12:06:58.0409732Z         PASS [   0.083s] ( 306/1173) spt-daemon effect::tests::second_apply_for_same_key_is_deduped
2026-06-18T12:06:58.0623843Z         PASS [   0.028s] ( 307/1173) spt-daemon frame::tests::handshake_rejects_below_floor
2026-06-18T12:06:58.0624445Z         PASS [   0.026s] ( 308/1173) spt-daemon frame::tests::handshake_rejects_role_mismatch
2026-06-18T12:06:58.0646395Z         PASS [   0.029s] ( 309/1173) spt-daemon frame::tests::unknown_kind_is_not_a_decode_error
2026-06-18T12:06:58.0724119Z         PASS [   0.031s] ( 310/1173) spt-daemon grants::tests::escalation_ask_body_roundtrip
2026-06-18T12:06:58.0741527Z         PASS [   0.036s] ( 311/1173) spt-daemon grants::tests::escalation_answers_apply
2026-06-18T12:06:58.0774689Z         PASS [   0.685s] ( 312/1173) spt-daemon brainproc::tests::trial_rolls_back_after_budget_of_pre_ready_exits
2026-06-18T12:06:58.0786290Z         PASS [   0.019s] ( 313/1173) spt-daemon grants::tests::no_session_escalates_with_none_target
2026-06-18T12:06:58.0800944Z         PASS [   0.017s] ( 314/1173) spt-daemon grants::tests::preconsent_flags_author_grants
2026-06-18T12:06:58.0894291Z         PASS [   0.017s] ( 315/1173) spt-daemon grants::tests::reserved_capabilities_refuse_even_when_granted
2026-06-18T12:06:58.0924721Z         PASS [   0.293s] ( 316/1173) spt-daemon digest::tests::extractor_spans_sessions_with_a_boundary_marker
2026-06-18T12:06:58.1025622Z         PASS [   0.028s] ( 317/1173) spt-daemon grants::tests::ungranted_escalates_granted_allows
2026-06-18T12:06:58.1040036Z         PASS [   0.026s] ( 318/1173) spt-daemon harnesshost::tests::mint_session_id_is_fresh_hex
2026-06-18T12:06:58.1092872Z         PASS [   0.032s] ( 319/1173) spt-daemon harnesshost::tests::prepare_fails_closed_on_wrong_kind_missing_role_and_bad_template
2026-06-18T12:06:58.1097270Z         PASS [   0.030s] ( 320/1173) spt-daemon harnesshost::tests::prepare_fills_env_inject_values_with_substitution
2026-06-18T12:06:58.1141227Z         PASS [   0.024s] ( 321/1173) spt-daemon harnesshost::tests::prepare_fills_id_and_session_into_self_command
2026-06-18T12:06:58.2585606Z         PASS [   0.303s] ( 322/1173) spt-daemon effect::tests::gauntlet_is_exactly_once_across_brain_crashes
2026-06-18T12:06:58.2784680Z         PASS [   0.165s] ( 323/1173) spt-daemon lifecycle::tests::orphan_watch_honors_stop_for_live_owner
2026-06-18T12:06:58.2904674Z         PASS [   0.177s] ( 324/1173) spt-daemon lifecycle::tests::harness_owner_gone_anchors_on_parent_pid
2026-06-18T12:06:58.3085336Z         PASS [   0.204s] ( 325/1173) spt-daemon lifecycle::tests::crash_signoff_tears_down_when_still_gone
2026-06-18T12:06:58.3250543Z         PASS [   0.232s] ( 326/1173) spt-daemon lifecycle::tests::crash_signoff_spares_recovered_self
2026-06-18T12:06:58.3391799Z         PASS [   0.282s] ( 327/1173) spt-daemon grants::tests::escalation_notif_fires_to_most_recent_and_roundtrips
2026-06-18T12:06:58.3559662Z         PASS [   0.246s] ( 328/1173) spt-daemon lifecycle::tests::orphan_watch_fires_on_dead_owner
2026-06-18T12:06:58.3728930Z         PASS [   0.265s] ( 329/1173) spt-daemon lifecycle::tests::daemon_hosted_psyche_liveness_is_status_not_pid
2026-06-18T12:06:58.4004144Z         PASS [   0.032s] ( 330/1173) spt-daemon linkhost::tests::per_capability_act_gate_blocks_until_class_scoped_grant
2026-06-18T12:06:58.4817892Z         PASS [   0.226s] ( 331/1173) spt-daemon lifecycle::tests::pulse_loop_does_not_write_anchor_per_fire
2026-06-18T12:06:58.5131299Z         PASS [   0.226s] ( 332/1173) spt-daemon lifecycle::tests::pulse_loop_update_preserves_phase_crash_rebases
2026-06-18T12:06:58.5295456Z         PASS [   0.173s] ( 333/1173) spt-daemon linkhost::tests::gateway_typed_owner_resolves_and_drives_keyed_on_id_not_type
2026-06-18T12:06:58.5398961Z         PASS [   0.262s] ( 334/1173) spt-daemon lifecycle::tests::pulse_loop_is_config_paced_and_killable
2026-06-18T12:06:58.5412763Z         PASS [   0.237s] ( 335/1173) spt-daemon lifecycle::tests::pulse_recency_and_auto_suspend_follow_resting_state
2026-06-18T12:06:58.5536696Z         PASS [   0.153s] ( 336/1173) spt-daemon linkhost::tests::prepare_drive_is_live_or_drop_and_never_spools
2026-06-18T12:06:58.6114906Z         PASS [   0.058s] ( 337/1173) spt-daemon livehost::tests::orphan_reap_is_id_specific_spares_a_same_basename_sibling
2026-06-18T12:06:58.6286815Z         PASS [   0.144s] ( 338/1173) spt-daemon linkhost::tests::run_action_drive_drops_offline_without_wake_or_spool
2026-06-18T12:06:58.6869611Z         PASS [   0.174s] ( 339/1173) spt-daemon linkhost::tests::run_action_refuses_gated_op_without_spooling
2026-06-18T12:06:58.6961770Z         PASS [   0.085s] ( 340/1173) spt-daemon livehost::tests::pull_liveness_marks_sessionless_spt_hosted_offline_only
2026-06-18T12:06:58.7073140Z         PASS [   0.177s] ( 341/1173) spt-daemon linkhost::tests::run_action_relinks_drives_and_refuses
2026-06-18T12:06:58.7258414Z         PASS [   0.100s] ( 342/1173) spt-daemon livehost::tests::pull_reconcile_offlines_perch_when_broker_session_dies
2026-06-18T12:06:58.7799388Z         PASS [   0.240s] ( 343/1173) spt-daemon livehost::tests::boot_gate_offlines_sessionless_controllable_then_reconcile_skips_host
2026-06-18T12:06:58.7807228Z         PASS [   0.055s] ( 344/1173) spt-daemon livehost::tests::reconcile_skips_an_offline_live_endpoint
2026-06-18T12:06:58.7902364Z         PASS [   0.449s] ( 345/1173) spt-daemon lifecycle::tests::rest_event_fires_echo_once_and_wake_resurfaces
2026-06-18T12:06:58.8037832Z         PASS [   0.021s] ( 346/1173) spt-daemon livehost::tests::residency_classification
2026-06-18T12:06:58.8296280Z         PASS [   0.026s] ( 347/1173) spt-daemon machineid::tests::hash_is_domain_separated_and_stable
2026-06-18T12:06:58.8500140Z         PASS [   0.021s] ( 348/1173) spt-daemon machineid::tests::machine_id_hash_resolves_and_is_stable
2026-06-18T12:06:58.8519652Z         PASS [   0.063s] ( 349/1173) spt-daemon livehost::tests::stop_host_reaps_the_detached_psyche_process
2026-06-18T12:06:58.8696920Z         PASS [   0.020s] ( 350/1173) spt-daemon msg::tests::bytes_round_trip_through_payload
2026-06-18T12:06:58.8807978Z         PASS [   0.025s] ( 351/1173) spt-daemon msg::tests::endpoint_input_frames_round_trip
2026-06-18T12:06:58.8898952Z         PASS [   0.020s] ( 352/1173) spt-daemon msg::tests::net_frames_round_trip_and_tolerate_unknown_fields
2026-06-18T12:07:01.4815419Z         PASS [   2.605s] ( 353/1173) spt-daemon msg::tests::output_envelope_round_trips
2026-06-18T12:07:01.4852673Z         PASS [   2.797s] ( 354/1173) spt-daemon livehost::tests::reconcile_does_not_double_host
2026-06-18T12:07:01.5147510Z         PASS [   2.618s] ( 355/1173) spt-daemon msg::tests::presence_event_round_trips_and_tolerates_future_kind
2026-06-18T12:07:01.6083481Z         PASS [   0.119s] ( 356/1173) spt-daemon msg::tests::spawn_req_tolerates_unknown_field
2026-06-18T12:07:01.6085019Z         PASS [   3.059s] ( 357/1173) spt-daemon livehost::tests::fresh_brain_rehydrates_an_online_live_endpoint
2026-06-18T12:07:01.6402959Z         PASS [   2.941s] ( 358/1173) spt-daemon livehost::tests::reconcile_hosts_an_online_live_endpoint_and_drives_its_pulse
2026-06-18T12:07:01.6631990Z         PASS [   0.023s] ( 359/1173) spt-daemon nethost::tests::retentive_log_is_lossless_ordered_while_ordinary_log_overwrites
2026-06-18T12:07:01.7236514Z         PASS [   3.007s] ( 360/1173) spt-daemon livehost::tests::reconcile_keeps_driver_on_transient_read_fail_unhosts_on_dir_gone
2026-06-18T12:07:01.7452704Z         PASS [   0.235s] ( 361/1173) spt-daemon nethost::tests::host_binds_endpoint_to_node_identity
2026-06-18T12:07:01.7644950Z         PASS [   2.981s] ( 362/1173) spt-daemon livehost::tests::reconcile_unhosts_on_offline_transition
2026-06-18T12:07:01.7919563Z         PASS [   0.191s] ( 363/1173) spt-daemon nethost::tests::loopback_conn_is_a_reused_singleton_that_cross_wires_a_stream_pair
2026-06-18T12:07:01.9133654Z         PASS [   0.254s] ( 364/1173) spt-daemon nethost::tests::two_hosts_dial_over_loopback
2026-06-18T12:07:01.9155947Z         PASS [   9.941s] ( 365/1173) spt::bin/spt cli::tests::purge_removes_every_record
2026-06-18T12:07:01.9291635Z         PASS [   0.444s] ( 366/1173) spt-daemon nethost::tests::bounded_block_on_cuts_a_never_completing_op_with_an_ordinary_error
2026-06-18T12:07:02.0039547Z         PASS [   0.076s] ( 367/1173) spt-daemon notif::tests::notif_command_renders_all_keys_and_is_opt_in
2026-06-18T12:07:02.0846283Z         PASS [   0.164s] ( 368/1173) spt-daemon notif::tests::no_live_endpoint_is_a_typed_no_target
2026-06-18T12:07:02.1159570Z         PASS [   0.324s] ( 369/1173) spt-daemon notif::tests::hidden_endpoint_boundary_surfaces_nothing
2026-06-18T12:07:02.1937895Z         PASS [  11.791s] ( 370/1173) spt::bin/spt cli::tests::fork_forks_homes_and_deletes_exactly_the_source
2026-06-18T12:07:02.2685054Z         PASS [   0.555s] ( 371/1173) spt-daemon notif::tests::consent_decision_produces_notif_only_when_gated
2026-06-18T12:07:02.2693680Z         PASS [   0.525s] ( 372/1173) spt-daemon notif::tests::first_fire_reaches_most_recent_visible_endpoint
2026-06-18T12:07:02.3028624Z         PASS [   0.541s] ( 373/1173) spt-daemon notif::tests::first_fire_redirects_to_a_fresher_remote_winner_unmarked
2026-06-18T12:07:02.3096592Z         PASS [  17.089s] ( 374/1173) spt::unhost_psyche_reap_e2e endpoint_stop_reaps_the_hosted_psyche_process
2026-06-18T12:07:02.3948680Z         PASS [   0.279s] ( 375/1173) spt-daemon notif::tests::shell_notif_templates_render_for_attached_instances_only
2026-06-18T12:07:02.4167707Z         PASS [   0.022s] ( 376/1173) spt-daemon pairhost::tests::wire_errors_classify_for_the_guided_ux
2026-06-18T12:07:02.4370796Z         PASS [   0.524s] ( 377/1173) spt-daemon notif::tests::hidden_endpoint_is_never_the_target
2026-06-18T12:07:02.4745825Z         PASS [   0.058s] ( 378/1173) spt-daemon presence::tests::mra_degrades_to_local_and_skips_noise_rows
2026-06-18T12:07:02.5036801Z         PASS [   0.067s] ( 379/1173) spt-daemon presence::tests::mra_joins_local_and_gossiped_legs_under_one_max
2026-06-18T12:07:02.5203292Z         PASS [   0.046s] ( 380/1173) spt-daemon presence::tests::snapshot_loading_degrades_on_junk
2026-06-18T12:07:02.5322964Z         PASS [   0.229s] ( 381/1173) spt-daemon notifsync::tests::non_member_subnet_record_never_materializes
2026-06-18T12:07:02.5510221Z         PASS [   0.029s] ( 382/1173) spt-daemon propagate::tests::classifier_maps_every_status_shape
2026-06-18T12:07:02.5528577Z         PASS [   0.242s] ( 383/1173) spt-daemon notifsync::tests::untrusted_and_cross_subnet_origins_are_dropped
2026-06-18T12:07:02.5598486Z         PASS [   0.054s] ( 384/1173) spt-daemon presence::tests::subnet_scope_gates_both_legs
2026-06-18T12:07:02.5767720Z         PASS [   0.309s] ( 385/1173) spt-daemon notifsync::tests::concurrent_dismiss_and_surface_commute_across_the_feed
2026-06-18T12:07:02.5776736Z         PASS [   0.309s] ( 386/1173) spt-daemon notifsync::tests::feed_converges_two_stores_and_dismiss_replicates
2026-06-18T12:07:02.6454336Z         PASS [   0.641s] ( 387/1173) spt-daemon notif::tests::resurface_delivers_undismissed_with_gates
2026-06-18T12:07:02.7295772Z         PASS [   4.404s] ( 388/1173) spt-daemon lifecycle::tests::pulse_tick_ingests_drop
2026-06-18T12:07:02.7347933Z         PASS [   0.541s] ( 389/1173) spt-daemon notif::tests::suppression_window_holds_cross_endpoint
2026-06-18T12:07:02.7477210Z         PASS [   0.665s] ( 390/1173) spt-daemon notif::tests::rollback_notif_is_loud_and_resurfaces
2026-06-18T12:07:02.7670303Z         PASS [   0.022s] ( 391/1173) spt-daemon pump::registry::tests::poll_wake_takes_the_advertise_marker_exactly_once
2026-06-18T12:07:02.7772904Z         PASS [   1.177s] ( 392/1173) spt-daemon nethost::tests::loopback_tunnel_backpressures_without_loss
2026-06-18T12:07:02.7792594Z         PASS [   0.044s] ( 393/1173) spt-daemon pump::registry::tests::fire_due_rotations_rotates_due_and_leaves_pending
2026-06-18T12:07:02.7915577Z         PASS [   0.014s] ( 394/1173) spt-daemon pump::tests::choreography_fan_targets_skips_detached_and_self
2026-06-18T12:07:02.7950484Z         PASS [   0.016s] ( 395/1173) spt-daemon pump::tests::choreography_first_tick_primes_all_legs
2026-06-18T12:07:02.8047623Z         PASS [   0.013s] ( 396/1173) spt-daemon pump::tests::choreography_mark_after_round_stamps_only_due
2026-06-18T12:07:02.8170996Z         PASS [   0.022s] ( 397/1173) spt-daemon pump::tests::choreography_peer_step_aborts_on_first_failure
2026-06-18T12:07:02.8513024Z         PASS [   0.083s] ( 398/1173) spt-daemon pump::registry::tests::pre_round_sweeps_and_refreshes_adverts_each_round
2026-06-18T12:07:02.8702911Z         PASS [   0.065s] ( 399/1173) spt-daemon pump::tests::choreography_pre_round_once_and_before_any_peer_step
2026-06-18T12:07:02.8836469Z         PASS [   0.066s] ( 400/1173) spt-daemon pump::tests::choreography_wake_forces_only_that_worker
2026-06-18T12:07:02.9028718Z         PASS [   0.053s] ( 401/1173) spt-daemon pump::tests::first_tick_is_due_and_never_underflows
2026-06-18T12:07:02.9032359Z         PASS [  22.514s] ( 402/1173) spt::brain_restart_psyche_dup_e2e brain_restart_leaves_exactly_one_psyche_per_endpoint
2026-06-18T12:07:02.9078361Z         PASS [   0.024s] ( 403/1173) spt-daemon pump::tests::peer_outcome_timeout_bubbles_ordinary_aborts
2026-06-18T12:07:02.9157826Z         PASS [   0.013s] ( 404/1173) spt-daemon pump::tests::push_target_is_the_full_roster_minus_self_and_tombstoned
2026-06-18T12:07:02.9369864Z         PASS [   0.027s] ( 405/1173) spt-daemon pump::tests::supervisor_backoff_doubles_caps_and_resets
2026-06-18T12:07:02.9370704Z         PASS [   0.379s] ( 406/1173) spt-daemon psyrelay::tests::null_stdout_driver_fails_the_guard
2026-06-18T12:07:02.9372374Z         PASS [   0.386s] ( 407/1173) spt-daemon psyrelay::tests::notify_without_live_endpoint_is_pending
2026-06-18T12:07:02.9618531Z         PASS [   0.092s] ( 408/1173) spt-daemon pump::tests::heartbeat_writes_and_advances
2026-06-18T12:07:02.9694626Z         PASS [   0.063s] ( 409/1173) spt-daemon pump::tests::seeded_dial_order_fallback_and_writeback
2026-06-18T12:07:02.9695424Z         PASS [   0.438s] ( 410/1173) spt-daemon psyrelay::tests::empty_and_oversize_bodies_drop_typed
2026-06-18T12:07:02.9696007Z         PASS [   0.393s] ( 411/1173) spt-daemon psyrelay::tests::prose_only_relays_nothing
2026-06-18T12:07:02.9713004Z         PASS [   0.326s] ( 412/1173) spt-daemon psyrelay::tests::reply_without_target_is_dropped
2026-06-18T12:07:02.9735943Z         PASS [   0.058s] ( 413/1173) spt-daemon pump::tests::supervisor_restarts_a_panicking_pump_until_stop
2026-06-18T12:07:02.9803855Z         PASS [   0.042s] ( 414/1173) spt-daemon pump::tests::wake_forces_a_round_regardless_of_cadence
2026-06-18T12:07:02.9867725Z         PASS [   0.049s] ( 415/1173) spt-daemon reap::tests::reap_without_enroll_is_noop
2026-06-18T12:07:03.0028485Z         PASS [   0.038s] ( 416/1173) spt-daemon reconcile::tests::active_node_wins
2026-06-18T12:07:03.0029156Z         PASS [   0.032s] ( 417/1173) spt-daemon reconcile::tests::double_active_tiebreaks_deterministically
2026-06-18T12:07:03.0052611Z         PASS [   0.036s] ( 418/1173) spt-daemon reconcile::tests::fallback_lowest_non_offline
2026-06-18T12:07:03.0098937Z         PASS [   0.037s] ( 419/1173) spt-daemon reconcile::tests::no_rows_reconciles_locally
2026-06-18T12:07:03.0808739Z         PASS [   0.502s] ( 420/1173) spt-daemon psyrelay::tests::reply_relays_to_inbound_sender
2026-06-18T12:07:03.0924423Z         PASS [   0.121s] ( 421/1173) spt-daemon registryhost::tests::admitted_feeds_stamp_the_heard_map
2026-06-18T12:07:03.0976813Z         PASS [   0.547s] ( 422/1173) spt-daemon psyrelay::tests::notify_reaches_own_user_only
2026-06-18T12:07:03.1018012Z         PASS [   0.095s] ( 423/1173) spt-daemon registryhost::tests::apply_feed_gates_and_merges_under_the_lease
2026-06-18T12:07:03.1121175Z         PASS [   0.138s] ( 424/1173) spt-daemon registryhost::tests::advertise_local_scans_and_respects_visibility
2026-06-18T12:07:03.1135370Z         PASS [   0.135s] ( 425/1173) spt-daemon registryhost::tests::advertise_local_stamps_the_node_label
2026-06-18T12:07:03.1141793Z         PASS [   0.107s] ( 426/1173) spt-daemon registryhost::tests::apply_feed_flips_only_on_observed_transition_to_active
2026-06-18T12:07:03.1152410Z         PASS [   0.112s] ( 427/1173) spt-daemon registryhost::tests::advertisement_carries_the_presence_datum
2026-06-18T12:07:03.1180609Z         PASS [   0.128s] ( 428/1173) spt-daemon registryhost::tests::advertisement_carries_both_authored_blurb
2026-06-18T12:07:03.1363761Z         PASS [   0.055s] ( 429/1173) spt-daemon registryhost::tests::apply_node_labels_gates_and_merges
2026-06-18T12:07:03.1364652Z         PASS [   0.134s] ( 430/1173) spt-daemon registryhost::tests::advertisement_follows_resting_transitions_epoch_bumped
2026-06-18T12:07:03.1482060Z         PASS [   0.052s] ( 431/1173) spt-daemon registryhost::tests::evict_silent_peers_drops_unheard_rows_and_rewrites_snapshots
2026-06-18T12:07:03.1482894Z         PASS [   0.036s] ( 432/1173) spt-daemon registryhost::tests::superseded_requires_label_and_machine_id_under_other_key
2026-06-18T12:07:03.1758655Z         PASS [   0.074s] ( 433/1173) spt-daemon registryhost::tests::evict_silent_peers_never_touches_own_rows
2026-06-18T12:07:03.1978712Z         PASS [   0.106s] ( 434/1173) spt-daemon registryhost::tests::erased_perch_is_advertised_offline_not_left_active
2026-06-18T12:07:03.2031339Z         PASS [   0.091s] ( 435/1173) spt-daemon registryhost::tests::with_epoch_is_the_one_canonical_counter
2026-06-18T12:07:03.2067724Z         PASS [   0.073s] ( 436/1173) spt-daemon relcache::tests::partial_update_set_can_serve_held_platform_only
2026-06-18T12:07:03.2295551Z         PASS [   0.118s] ( 437/1173) spt-daemon registryhost::tests::repair_evict_tombstones_roster_snapshot_and_notices
2026-06-18T12:07:03.2523759Z         PASS [   0.103s] ( 438/1173) spt-daemon relcache::tests::stage_round_trips_and_restage_replaces
2026-06-18T12:07:03.2526817Z         PASS [   0.049s] ( 439/1173) spt-daemon release::tests::artifact_digest_mismatch_is_rejected
2026-06-18T12:07:03.2563240Z         PASS [   0.122s] ( 440/1173) spt-daemon relcache::tests::applied_state_two_phase_round_trips_and_degrades
2026-06-18T12:07:03.2608396Z         PASS [   0.532s] ( 441/1173) spt-daemon psyrelay::tests::spoofed_routing_is_stripped_and_restamped
2026-06-18T12:07:03.2653853Z         PASS [   0.067s] ( 442/1173) spt-daemon relcache::tests::update_set_round_trips_and_loads_by_platform
2026-06-18T12:07:03.2657362Z         PASS [   0.117s] ( 443/1173) spt-daemon relcache::tests::single_platform_stamp_is_explicit_and_cleared_on_restage
2026-06-18T12:07:03.2793782Z         PASS [   0.073s] ( 444/1173) spt-daemon release::tests::builtin_keys_merge_and_revoke_under_file_overlay
2026-06-18T12:07:03.2795250Z         PASS [   0.050s] ( 445/1173) spt-daemon release::tests::channel_mismatch_is_rejected
2026-06-18T12:07:03.2863948Z         PASS [   0.035s] ( 446/1173) spt-daemon release::tests::hex_roundtrips
2026-06-18T12:07:03.2878709Z         PASS [   0.112s] ( 447/1173) spt-daemon relcache::tests::torn_or_corrupt_stage_offers_nothing
2026-06-18T12:07:03.3089723Z         PASS [   0.057s] ( 448/1173) spt-daemon release::tests::expired_metadata_is_rejected
2026-06-18T12:07:03.3159708Z         PASS [   0.051s] ( 449/1173) spt-daemon release::tests::revoked_key_is_rejected
2026-06-18T12:07:03.3232280Z         PASS [   0.053s] ( 450/1173) spt-daemon release::tests::shipped_builtin_table_is_well_formed
2026-06-18T12:07:03.3286465Z         PASS [   0.049s] ( 451/1173) spt-daemon release::tests::tampered_metadata_fails_signature
2026-06-18T12:07:03.3410067Z         PASS [   0.085s] ( 452/1173) spt-daemon release::tests::non_monotonic_version_is_rollback
2026-06-18T12:07:03.3414241Z         PASS [   0.061s] ( 453/1173) spt-daemon release::tests::untrusted_key_is_unknown
2026-06-18T12:07:03.3416744Z         PASS [   0.054s] ( 454/1173) spt-daemon release::tests::update_set_artifact_mismatch_is_rejected
2026-06-18T12:07:03.3423281Z         PASS [   0.080s] ( 455/1173) spt-daemon release::tests::production_policy_loads_fail_closed
2026-06-18T12:07:03.3429041Z         PASS [   0.027s] ( 456/1173) spt-daemon release::tests::update_set_tampering_breaks_whole_set_signature
2026-06-18T12:07:03.3433099Z         PASS [   0.035s] ( 457/1173) spt-daemon release::tests::update_set_missing_platform_is_typed_rejection
2026-06-18T12:07:03.3488505Z         PASS [   0.061s] ( 458/1173) spt-daemon release::tests::update_set_channel_and_rollback_gates_hold
2026-06-18T12:07:03.3543843Z         PASS [   0.036s] ( 459/1173) spt-daemon release::tests::update_set_verifies_and_selects_platform_artifact
2026-06-18T12:07:03.3584751Z         PASS [   0.030s] ( 460/1173) spt-daemon release::tests::valid_release_verifies_and_artifact_matches
2026-06-18T12:07:03.3767893Z         PASS [   0.034s] ( 461/1173) spt-daemon resting::tests::auto_suspend_counts_from_dormancy_onset_and_is_opt_in
2026-06-18T12:07:03.3769596Z         PASS [   0.036s] ( 462/1173) spt-daemon resting::tests::apply_event_echo_failure_is_loud_but_state_persists
2026-06-18T12:07:03.3950409Z         PASS [   0.054s] ( 463/1173) spt-daemon release::tests::verify_detached_signs_raw_artifact_bytes
2026-06-18T12:07:03.3969650Z         PASS [   0.056s] ( 464/1173) spt-daemon resting::tests::apply_event_fires_echo_once_per_rest_edge_and_wake_on_wake
2026-06-18T12:07:03.3999046Z         PASS [   0.039s] ( 465/1173) spt-daemon resting::tests::knob_chain_resolves_global_node_endpoint
2026-06-18T12:07:03.4005269Z         PASS [   0.046s] ( 466/1173) spt-daemon resting::tests::freshness_pull_marker_is_taken_exactly_once
2026-06-18T12:07:03.4015426Z         PASS [   0.059s] ( 467/1173) spt-daemon resting::tests::apply_event_auto_suspends_under_the_resolved_chain
2026-06-18T12:07:03.4202615Z         PASS [   0.023s] ( 468/1173) spt-daemon rollback_compat::tests::pre_ready_durable_files_are_additive_and_n1_readable
2026-06-18T12:07:03.4258661Z         PASS [   0.027s] ( 469/1173) spt-daemon resting::tests::transition_table_matches_the_context_model
2026-06-18T12:07:03.4323469Z         PASS [   0.082s] ( 470/1173) spt-daemon resting::tests::deferred_held_keys_on_the_durable_rest_record
2026-06-18T12:07:03.4423067Z         PASS [   0.063s] ( 471/1173) spt-daemon resting::tests::rest_record_round_trips_with_anchor_discipline
2026-06-18T12:07:03.4499613Z         PASS [   0.047s] ( 472/1173) spt-daemon seedmap::tests::request_stop_barrier_holds_until_no_listener
2026-06-18T12:07:03.4529424Z         PASS [   0.028s] ( 473/1173) spt-daemon seedmap::tests::stop_op_acks_then_serve_returns
2026-06-18T12:07:03.4549591Z         PASS [   0.336s] ( 474/1173) spt-daemon relay::tests::run_honors_stop
2026-06-18T12:07:03.4550135Z         PASS [   0.056s] ( 475/1173) spt-daemon seedmap::tests::put_refreshes_existing
2026-06-18T12:07:03.4564040Z         PASS [   0.053s] ( 476/1173) spt-daemon seedmap::tests::put_then_take_consumes_once
2026-06-18T12:07:03.4564791Z         PASS [   0.022s] ( 477/1173) spt-daemon seedproofx::grace_tests::grade_truth_table
2026-06-18T12:07:03.4601908Z         PASS [   0.037s] ( 478/1173) spt-daemon seedmap::tests::take_absent_is_none
2026-06-18T12:07:03.4864173Z         PASS [   0.039s] ( 479/1173) spt-daemon seedproofx::roster_tests::empty_roster_frame_round_trips
2026-06-18T12:07:03.4881353Z         PASS [   0.047s] ( 480/1173) spt-daemon seedproofx::grace_tests::seed_never_appears_in_roster_gossip
2026-06-18T12:07:03.4920941Z         PASS [   0.040s] ( 481/1173) spt-daemon seedproofx::roster_tests::gapfill_fills_absent_only_and_skips_self
2026-06-18T12:07:03.4950967Z         PASS [   0.044s] ( 482/1173) spt-daemon seedproofx::grace_tests::seedxfer_frame_round_trips_and_rejects_malformed
2026-06-18T12:07:03.4951740Z         PASS [   0.152s] ( 483/1173) spt-daemon resting::tests::daemon_rest_event_arms_gate_at_rest_edge_only
2026-06-18T12:07:03.4957560Z         PASS [   0.042s] ( 484/1173) spt-daemon seedproofx::roster_tests::malformed_roster_frame_rejected
2026-06-18T12:07:03.5009813Z         PASS [   0.044s] ( 485/1173) spt-daemon seedproofx::roster_tests::roster_frame_round_trips
2026-06-18T12:07:03.5040567Z         PASS [   0.042s] ( 486/1173) spt-daemon service::tests::plan_start_prefers_service_then_spawn_idempotent
2026-06-18T12:07:03.5220258Z         PASS [   0.031s] ( 487/1173) spt-daemon service::tests::plan_stop_routes_managed_then_ipc_then_noop
2026-06-18T12:07:03.5263246Z         PASS [   0.034s] ( 488/1173) spt-daemon shellchan::tests::drive_frame_shape_mirrors_sensory
2026-06-18T12:07:03.5264011Z         PASS [   0.039s] ( 489/1173) spt-daemon service::tests::run_refused_only_when_windows_and_vanishing
2026-06-18T12:07:03.5268326Z         PASS [   0.035s] ( 490/1173) spt-daemon shellchan::tests::frames_compose_and_stamp_roundtrips
2026-06-18T12:07:03.5269329Z         PASS [   0.074s] ( 491/1173) spt-daemon serveprobe::tests::is_serving_subnet_honors_membership_and_detach
2026-06-18T12:07:03.5276845Z         PASS [   0.032s] ( 492/1173) spt-daemon shellchan::tests::sensory_text_file_frames_shape
2026-06-18T12:07:03.5371009Z         PASS [   0.041s] ( 493/1173) spt-daemon shellchan::tests::vocab_check_bounds_ops_and_args
2026-06-18T12:07:03.5746875Z         PASS [   0.456s] ( 494/1173) spt-daemon relay::tests::respawn_loses_no_spooled_message
2026-06-18T12:07:03.5747534Z         PASS [   0.072s] ( 495/1173) spt-daemon shelldisc::tests::discover_across_joins_other_node_subnet_adapters
2026-06-18T12:07:03.5919122Z         PASS [   0.208s] ( 496/1173) spt-daemon resting::tests::rest_edges_cascade_shells_with_divergence
2026-06-18T12:07:03.6179685Z         PASS [   0.095s] ( 497/1173) spt-daemon shelldisc::tests::shell_context_renders_sections_and_empties_to_none
2026-06-18T12:07:03.6361168Z         PASS [   0.067s] ( 498/1173) spt-daemon shellhost::tests::link_key_and_frame_mac_roundtrip
2026-06-18T12:07:03.6442555Z         PASS [   0.115s] ( 499/1173) spt-daemon shellhost::tests::gateway_typed_owner_spawns_and_owns_a_shell
2026-06-18T12:07:03.6462806Z         PASS [  10.939s] ( 500/1173) spt::bin/spt cli::tests::shell_spawn_gates_on_the_registered_set
2026-06-18T12:07:03.6729733Z         PASS [   0.125s] ( 501/1173) spt-daemon shellhost::tests::launch_fails_closed_on_bad_templates
2026-06-18T12:07:03.6730564Z         PASS [   0.083s] ( 502/1173) spt-daemon shellwake::tests::backoff_curve_doubles_to_the_cap
2026-06-18T12:07:03.6731265Z         PASS [   0.152s] ( 503/1173) spt-daemon shelldisc::tests::discovery_own_plus_broadcast_gated_instantiable
2026-06-18T12:07:03.7258127Z         PASS [   0.148s] ( 504/1173) spt-daemon shellhost::tests::launch_parks_token_and_bind_by_token_onlines
2026-06-18T12:07:03.7265262Z         PASS [   0.067s] ( 505/1173) spt-daemon shellwake::tests::resolve_wake_refuses_without_a_reachable_owner
2026-06-18T12:07:03.7326270Z         PASS [   0.075s] ( 506/1173) spt-daemon sync::tests::gate_decision_table
2026-06-18T12:07:03.7653902Z         PASS [   0.151s] ( 507/1173) spt-daemon shellwake::tests::reconcile_resolves_profile_overlay
2026-06-18T12:07:03.7953423Z         PASS [   0.143s] ( 508/1173) spt-daemon shellwake::tests::resolve_wake_leaves_a_dormant_owner_and_relaunches
2026-06-18T12:07:03.8125693Z         PASS [   0.083s] ( 509/1173) spt-daemon transport::tests::local_socket_handshake_and_frame_round_trip
2026-06-18T12:07:03.8632565Z         PASS [   0.071s] ( 510/1173) spt-daemon tunnelhub::tests::clear_evicts_the_entry
2026-06-18T12:07:03.8633513Z         PASS [   0.088s] ( 511/1173) spt-daemon transport::tests::local_socket_rejects_wrong_role
2026-06-18T12:07:03.8640352Z         PASS [   0.212s] ( 512/1173) spt-daemon shellwake::tests::resolve_wake_revives_a_suspended_owner_without_double_launch
2026-06-18T12:07:03.8641452Z         PASS [   0.049s] ( 513/1173) spt-daemon tunnelhub::tests::dead_generation_stream_is_never_surfaced
2026-06-18T12:07:03.8914712Z         PASS [   0.033s] ( 514/1173) spt-daemon tunnelhub::tests::resolve_serves_each_end_under_the_opening_token
2026-06-18T12:07:03.8974633Z         PASS [   0.033s] ( 515/1173) spt-daemon update::tests::apply_refuses_non_brain_only_plan
2026-06-18T12:07:03.8978146Z         PASS [   0.046s] ( 516/1173) spt-daemon tunnelhub::tests::entries_are_per_owner
2026-06-18T12:07:03.9177967Z         PASS [   0.052s] ( 517/1173) spt-daemon tunnelhub::tests::relink_overwrites_the_entry_with_a_fresh_generation
2026-06-18T12:07:03.9178800Z         PASS [   0.025s] ( 518/1173) spt-daemon update::tests::classify_brain_only_when_broker_hosts_new_brain
2026-06-18T12:07:03.9742690Z         PASS [   0.305s] ( 519/1173) spt-daemon shellwake::tests::watcher_opcode_exit_fires_resolution_once
2026-06-18T12:07:03.9743440Z         PASS [   0.063s] ( 520/1173) spt-daemon update::tests::classify_broker_breaking_on_resource_abi_change
2026-06-18T12:07:03.9744972Z         PASS [   0.065s] ( 521/1173) spt-daemon update::tests::classify_broker_compatible_when_brain_below_floor
2026-06-18T12:07:04.0113185Z         PASS [   0.088s] ( 522/1173) spt-daemon update::tests::plan_verified_produces_no_plan_for_a_rejected_release
2026-06-18T12:07:04.0114362Z         PASS [   0.078s] ( 523/1173) spt-daemon update::tests::plan_verified_update_set_uses_selected_platform_spec
2026-06-18T12:07:04.0236190Z         PASS [   0.053s] ( 524/1173) spt-daemon wan::tests::wan_user_msg_restamped_unless_origin_user_backed
2026-06-18T12:07:04.0255947Z         PASS [   0.067s] ( 525/1173) spt-daemon wan::tests::origin_user_backed_matrix
2026-06-18T12:07:04.0389216Z         PASS [   0.080s] ( 526/1173) spt-daemon update::tests::plan_verified_yields_a_plan_for_a_valid_release
2026-06-18T12:07:04.0552496Z         PASS [   0.050s] ( 527/1173) spt-daemon xfer::tests::resolve_under_confines_to_root
2026-06-18T12:07:04.0781363Z         PASS [   0.079s] ( 528/1173) spt-daemon xfer::tests::recv_state_chunks_idempotent_and_commit_replays_safely
2026-06-18T12:07:04.1711406Z         PASS [  23.776s] ( 529/1173) spt::brain_respawn_rename brain_respawns_onto_applied_bytes_after_in_place_rename
2026-06-18T12:07:04.1712227Z         PASS [   0.644s] ( 530/1173) spt-daemon shellhost::tests::close_shell_ephemeral_tears_down_and_frees_the_slot
2026-06-18T12:07:04.2501920Z         PASS [   0.661s] ( 531/1173) spt-daemon shellwake::tests::reconcile_flips_watchers_with_instance_state
2026-06-18T12:07:04.2642904Z         PASS [   0.220s] ( 532/1173) spt-daemon::attach broker_spawns_the_pty_child_in_the_requested_cwd
2026-06-18T12:07:04.2854463Z         PASS [   0.758s] ( 533/1173) spt-daemon shellhost::tests::close_shell_delivers_pre_close_then_kills_and_flips_offline
2026-06-18T12:07:04.2992031Z         PASS [   0.774s] ( 534/1173) spt-daemon shellhost::tests::close_shell_dead_child_is_prompt_and_manifestless_never_erases
2026-06-18T12:07:04.3157214Z         PASS [   0.243s] ( 535/1173) spt-daemon::attach controller_restart_with_viewer_no_displace_and_viewer_survives
2026-06-18T12:07:04.3596778Z         PASS [   0.112s] ( 536/1173) spt-daemon::attach loopback_self_dial_is_refused_local_uses_fallback_transport
2026-06-18T12:07:04.4106647Z         PASS [   1.472s] ( 537/1173) spt-daemon reap::tests::job_reaps_enrolled_child_and_grandchild
2026-06-18T12:07:04.4129028Z         PASS [   0.127s] ( 538/1173) spt-daemon::attach resize_is_controller_exclusive
2026-06-18T12:07:04.4173597Z         PASS [   0.379s] ( 539/1173) spt-daemon::attach attach_survives_target_brain_restart_exactly_once
2026-06-18T12:07:04.4425908Z         PASS [   0.277s] ( 540/1173) spt-daemon::attach controller_viewer_matrix_and_loud_take
2026-06-18T12:07:04.4529743Z         PASS [   0.426s] ( 541/1173) spt-daemon::attach attach_registers_remote_drive_detection
2026-06-18T12:07:04.4913348Z         PASS [   0.072s] ( 542/1173) spt-daemon::broker dead_session_subscribe_does_not_hang
2026-06-18T12:07:04.5011871Z         PASS [   0.059s] ( 543/1173) spt-daemon::broker endpoint_keyed_inject_reaches_hosted_pty
2026-06-18T12:07:04.5086015Z         PASS [   0.100s] ( 544/1173) spt-daemon::brain_swap brain_only_update_swaps_logic_with_zero_endpoint_interruption
2026-06-18T12:07:04.5139153Z         PASS [   0.101s] ( 545/1173) spt-daemon::broker broker_hosts_pty_child_streams_output_and_accepts_input
2026-06-18T12:07:04.5139808Z         PASS [   0.013s] ( 546/1173) spt-daemon::budget measure_dormant_seat_budget
2026-06-18T12:07:04.5204915Z         PASS [   0.069s] ( 547/1173) spt-daemon::broker spawn_env_reaches_child
2026-06-18T12:07:04.5473062Z         PASS [   0.027s] ( 548/1173) spt-daemon::dispatch classify_routes_a_node_label_feed_to_registry
2026-06-18T12:07:04.5648068Z         PASS [   0.075s] ( 549/1173) spt-daemon::broker wall_b_endpoint_run_env_then_send_reaches_pty
2026-06-18T12:07:06.0225127Z         PASS [   1.723s] ( 550/1173) spt-daemon::attach same_origin_re_subscribe_does_not_displace
2026-06-18T12:07:06.1763282Z         PASS [   2.006s] ( 551/1173) spt-daemon::attach local_attach_via_loopback_conn_rides_the_same_pump
2026-06-18T12:07:06.1795663Z         PASS [   1.663s] ( 552/1173) spt-daemon::digest harness_hosted_digest_projects_and_pushes_deltas
2026-06-18T12:07:06.2215550Z         PASS [   1.863s] ( 553/1173) spt-daemon::attach wedged_viewer_does_not_stall_controller
2026-06-18T12:07:06.2296836Z         PASS [   1.962s] ( 554/1173) spt-daemon::attach remote_attach_drives_a_real_pty_cross_daemon
2026-06-18T12:07:06.2297910Z         PASS [   2.578s] ( 555/1173) spt-daemon shellwake::tests::watcher_crash_exits_respawn_then_give_up
2026-06-18T12:07:06.2458315Z         PASS [   1.927s] ( 556/1173) spt-daemon::attach spt_hosted_bringup_then_cross_node_attach_drives_the_pty
2026-06-18T12:07:06.3585653Z         PASS [   1.801s] ( 557/1173) spt-daemon::dispatch dispatcher_applies_a_notif_feed_undriven
2026-06-18T12:07:06.4245857Z         PASS [   1.859s] ( 558/1173) spt-daemon::dispatch dispatcher_funnels_wan_messages_undriven
2026-06-18T12:07:06.4810581Z         PASS [   0.304s] ( 559/1173) spt-daemon::dispatch dispatcher_serves_a_file_fetch_undriven
2026-06-18T12:07:06.4825988Z         PASS [   0.253s] ( 560/1173) spt-daemon::dispatch dispatcher_serves_an_update_pull_undriven
2026-06-18T12:07:06.5091382Z         PASS [   0.282s] ( 561/1173) spt-daemon::dispatch dispatcher_serves_a_subnet_serve_probe
2026-06-18T12:07:06.5651825Z         PASS [   2.547s] ( 562/1173) spt-daemon::access whitelist_refuses_exempts_replies_and_admits_listed
2026-06-18T12:07:06.5890549Z         PASS [   0.411s] ( 563/1173) spt-daemon::dispatch dispatcher_serves_a_remote_drive_attach_undriven
2026-06-18T12:07:06.6951530Z         PASS [   0.658s] ( 564/1173) spt-daemon::dispatch dispatcher_serves_a_cross_node_shell_link
2026-06-18T12:07:06.7168615Z         PASS [   0.285s] ( 565/1173) spt-daemon::handoff brain_restart_survives_gaplessly_with_fresh_gen_start
2026-06-18T12:07:06.7206369Z         PASS [   0.126s] ( 566/1173) spt-daemon::netbroker broker_owns_endpoint_and_reports_status
2026-06-18T12:07:06.7238754Z         PASS [   0.374s] ( 567/1173) spt-daemon::dispatch dispatcher_survives_an_unknown_stream
2026-06-18T12:07:06.7808050Z         PASS [   0.060s] ( 568/1173) spt-daemon::netbroker netless_broker_probes_gracefully
2026-06-18T12:07:06.7853392Z         PASS [   0.217s] ( 569/1173) spt-daemon::netbroker brain_dials_second_broker_over_loopback
2026-06-18T12:07:06.8431809Z         PASS [   0.354s] ( 570/1173) spt-daemon::idempotent pty_writes_are_exactly_once_across_brain_crashes
2026-06-18T12:07:06.8618526Z         PASS [   0.138s] ( 571/1173) spt-daemon::netbroker unknown_net_frame_is_reported_not_fatal
2026-06-18T12:07:06.9214513Z         PASS [   0.676s] ( 572/1173) spt-daemon::dispatch dispatcher_surfaces_a_remote_won_notif_at_the_winning_node
2026-06-18T12:07:06.9613634Z         PASS [  25.360s] ( 573/1173) spt::livehost_bootrace_e2e netless_online_live_agent_is_hosted_by_the_real_daemon_brain
2026-06-18T12:07:07.0087735Z         PASS [   0.504s] ( 574/1173) spt-daemon::mesh staggered_offliner_still_meshes
2026-06-18T12:07:07.2034736Z         PASS [   3.517s] ( 575/1173) spt-daemon sync::tests::reconcile_driver_structurally_excludes_live_role
2026-06-18T12:07:07.3073138Z         PASS [   0.346s] ( 576/1173) spt-daemon::presence presence_survives_brain_restart_with_cursor_resume
2026-06-18T12:07:07.3489375Z         PASS [   0.558s] ( 577/1173) spt-daemon::netstream sender_brain_restart_redrive_is_exactly_once
2026-06-18T12:07:07.3924038Z         PASS [   0.529s] ( 578/1173) spt-daemon::pairjoin daemon_hosted_responder_pairs_a_loopback_joiner_end_to_end
2026-06-18T12:07:07.4395362Z         PASS [   0.236s] ( 579/1173) spt-daemon::propagate rollback_offer_is_rejected_before_any_fetch
2026-06-18T12:07:07.4612374Z         PASS [   0.626s] ( 580/1173) spt-daemon::notifsync notif_spools_converge_over_the_wire_and_dismiss_replicates
2026-06-18T12:07:07.4623774Z         PASS [   0.980s] ( 581/1173) spt-daemon::mesh all_online_star_a_reaches_c_b_never_relays
2026-06-18T12:07:07.6352531Z         PASS [  16.176s] ( 582/1173) spt::bin/spt cli::tests::owner_shutdown_gated_by_can_shutdown_grant
2026-06-18T12:07:07.6532968Z         PASS [   0.306s] ( 583/1173) spt-daemon::propagate tampered_relay_artifact_is_rejected_and_never_staged
2026-06-18T12:07:07.6574190Z         PASS [   0.264s] ( 584/1173) spt-daemon::propagate untrusted_origin_gets_no_offer
2026-06-18T12:07:07.7839480Z         PASS [   0.765s] ( 585/1173) spt-daemon::propagate chain_self_heal_propagates_with_gate_at_every_hop
2026-06-18T12:07:07.8331824Z         PASS [   0.392s] ( 586/1173) spt-daemon::propagate update_set_propagates_selected_platform_artifact
2026-06-18T12:07:07.8510321Z         PASS [   0.196s] ( 587/1173) spt-daemon::reseed benign_offliner_is_reseeded_across_a_rotation
2026-06-18T12:07:07.9352691Z         PASS [   4.225s] ( 588/1173) spt-daemon sync::tests::select_refs_scopes_two_tiers
2026-06-18T12:07:07.9672140Z         PASS [   0.654s] ( 589/1173) spt-daemon::propagate status_query_drives_the_convergence_table_end_to_end
2026-06-18T12:07:07.9956650Z         PASS [   0.345s] ( 590/1173) spt-daemon::replicate registries_converge_over_the_wire_and_the_lease_holds
2026-06-18T12:07:08.1001974Z         PASS [   1.378s] ( 591/1173) spt-daemon::netbroker replayed_dial_op_is_deduped_across_brain_restart
2026-06-18T12:07:08.2100690Z         PASS [   0.243s] ( 592/1173) spt-daemon::rosterprop roster_exchange_never_leaks_unproven_subnets
2026-06-18T12:07:08.3009085Z         PASS [   0.664s] ( 593/1173) spt-daemon::pumpdeadline pump_brain_times_out_when_broker_never_replies
2026-06-18T12:07:08.3371019Z         PASS [   0.341s] ( 594/1173) spt-daemon::rosterprop roster_propagates_transitively_on_connect
2026-06-18T12:07:08.4871911Z         PASS [   0.190s] ( 595/1173) spt-daemon::seedproofx proven_verdict_is_the_shared_set
2026-06-18T12:07:08.5298528Z         PASS [   0.437s] ( 596/1173) spt-daemon::seedproofx both_members_prove_and_cache_the_shared_subnet
2026-06-18T12:07:08.5391977Z         PASS [   1.857s] ( 597/1173) spt-daemon::netbroker dial_to_a_black_holing_peer_fails_with_a_bounded_ordinary_error
2026-06-18T12:07:08.7144874Z         PASS [   1.935s] ( 598/1173) spt-daemon::netstream receiver_brain_restart_is_gapless_and_exactly_once
2026-06-18T12:07:08.9584639Z         PASS [   0.425s] ( 599/1173) spt-daemon::shellchan stdin_receipt_delivers_spooled_frames_exactly_once
2026-06-18T12:07:09.2394835Z         PASS [   0.750s] ( 600/1173) spt-daemon::shellchan hung_shell_stalls_no_other_owner
2026-06-18T12:07:09.4783006Z         PASS [   3.247s] ( 601/1173) spt-daemon::dispatch dispatcher_serves_a_sync_pull_undriven
2026-06-18T12:07:09.5121336Z         PASS [   0.034s] ( 602/1173) spt-daemon::twohost two_host_ladder_role_a
2026-06-18T12:07:09.5278524Z         PASS [   0.290s] ( 603/1173) spt-daemon::two_origin_spanning one_source_two_consumers_spans_and_merges
2026-06-18T12:07:09.5287170Z         PASS [   0.021s] ( 604/1173) spt-daemon::twohost two_host_ladder_role_b
2026-06-18T12:07:09.7842725Z         PASS [   1.847s] ( 605/1173) spt-daemon::resume resume_mode_brain_spawning_new_sessions_delivers_each
2026-06-18T12:07:10.0094180Z         PASS [   2.236s] ( 606/1173) spt-daemon::reseed revoked_node_is_denied_and_never_reseeded
2026-06-18T12:07:10.2696797Z         PASS [   3.350s] ( 607/1173) spt-daemon::presence presence_history_replays_from_zero_for_a_late_subscriber
2026-06-18T12:07:10.5071130Z         PASS [   2.302s] ( 608/1173) spt-daemon::seedproofx no_shared_subnet_is_dropped
2026-06-18T12:07:10.5149541Z         PASS [   0.008s] ( 609/1173) spt-live context::tests::direct_always_writes
2026-06-18T12:07:10.9280155Z         PASS [   0.412s] ( 610/1173) spt-live context::tests::identified_write_stamps_advancing_vector
2026-06-18T12:07:10.9315123Z         PASS [   3.100s] ( 611/1173) spt-daemon::resume cold_start_resumes_all_sessions_from_the_broker_cursor
2026-06-18T12:07:10.9356454Z         PASS [   2.602s] ( 612/1173) spt-daemon::seedproofx wrong_seed_is_dropped
2026-06-18T12:07:10.9376908Z         PASS [   0.011s] ( 613/1173) spt-live context::tests::llm_over_llm_writes
2026-06-18T12:07:10.9398110Z         PASS [   0.009s] ( 614/1173) spt-live context::tests::llm_past_window_writes
2026-06-18T12:07:10.9432884Z         PASS [   0.008s] ( 615/1173) spt-live context::tests::llm_within_window_suppressed
2026-06-18T12:07:11.0539978Z         PASS [   0.116s] ( 616/1173) spt-live context::tests::pre_identity_write_stamps_v1_shape
2026-06-18T12:07:11.0542287Z         PASS [   0.114s] ( 617/1173) spt-live context::tests::write_context_suppresses_stale_llm
2026-06-18T12:07:11.1119820Z         PASS [   0.058s] ( 618/1173) spt-live digest::tests::extracts_records_from_the_located_source
2026-06-18T12:07:11.1183423Z         PASS [   0.064s] ( 619/1173) spt-live digest::tests::falls_back_to_history_locate_template
2026-06-18T12:07:11.1194252Z         PASS [   0.007s] ( 620/1173) spt-live digest::tests::missing_source_file_is_read_error
2026-06-18T12:07:11.1255707Z         PASS [   0.007s] ( 621/1173) spt-live digest::tests::no_source_errors
2026-06-18T12:07:11.2208169Z         PASS [   0.095s] ( 622/1173) spt-live echo::tests::echo_consumes_history_and_writes_commune
2026-06-18T12:07:11.2451888Z         PASS [   0.126s] ( 623/1173) spt-live echo::tests::echo_child_is_recursion_guarded
2026-06-18T12:07:11.2551165Z         PASS [   0.010s] ( 624/1173) spt-live echo::tests::provenance_is_stamped
2026-06-18T12:07:11.2808303Z         PASS [   0.060s] ( 625/1173) spt-live echo::tests::echo_nonzero_errors
2026-06-18T12:07:11.3411241Z         PASS [   0.060s] ( 626/1173) spt-live history::tests::fetcher_yields_records
2026-06-18T12:07:11.3415795Z         PASS [   1.072s] ( 627/1173) spt-daemon::xfer push_survives_target_brain_restart_exactly_once
2026-06-18T12:07:11.3553678Z         PASS [   0.014s] ( 628/1173) spt-live history::tests::missing_fetcher_field_errors
2026-06-18T12:07:11.3654122Z         PASS [   0.010s] ( 629/1173) spt-live history::tests::native_missing_log_is_empty
2026-06-18T12:07:11.3810343Z         PASS [   0.016s] ( 630/1173) spt-live history::tests::native_reads_logged_records
2026-06-18T12:07:11.4053178Z         PASS [   0.064s] ( 631/1173) spt-live history::tests::locate_normalize_reads_and_normalizes
2026-06-18T12:07:11.4213579Z         PASS [   1.639s] ( 632/1173) spt-daemon::wanmsg wan_user_msg_from_unproven_origin_is_restamped_at_the_funnel
2026-06-18T12:07:11.4407016Z         PASS [   1.428s] ( 633/1173) spt-daemon::xfer fetch_lands_byte_identical_with_progress_both_ends
2026-06-18T12:07:11.4612830Z         PASS [   0.019s] ( 634/1173) spt-live ingest::tests::no_drops_is_empty
2026-06-18T12:07:11.5831705Z         LEAK [   0.639s] ( 635/1173) spt-live digest::tests::extractor_timeout_errors
2026-06-18T12:07:11.6493692Z         PASS [   2.122s] ( 636/1173) spt-daemon::wanmsg wan_message_lands_exactly_once_under_transport_origin
2026-06-18T12:07:11.6623195Z         PASS [   2.128s] ( 637/1173) spt-daemon::wanmsg receiver_restart_replays_feed_without_double_delivery
2026-06-18T12:07:11.6716763Z         PASS [   0.018s] ( 638/1173) spt-live inject::tests::long_body_is_capped
2026-06-18T12:07:11.6802627Z         PASS [   0.019s] ( 639/1173) spt-live inject::tests::missing_perch_is_best_effort
2026-06-18T12:07:11.6925299Z         PASS [   0.017s] ( 640/1173) spt-live outbound::tests::empty_body_parses_to_empty_intent
2026-06-18T12:07:11.6968321Z         PASS [   0.028s] ( 641/1173) spt-live inject::tests::tap_appends_a_context_entry
2026-06-18T12:07:11.7062637Z         PASS [   0.015s] ( 642/1173) spt-live outbound::tests::malformed_and_chunk_lines_are_skipped
2026-06-18T12:07:11.7083013Z         PASS [   0.013s] ( 643/1173) spt-live outbound::tests::non_authorable_types_are_ignored
2026-06-18T12:07:11.7181974Z         PASS [   0.012s] ( 644/1173) spt-live outbound::tests::parses_reply_and_notify_in_order
2026-06-18T12:07:11.7239514Z         PASS [   0.016s] ( 645/1173) spt-live outbound::tests::prose_only_yields_nothing
2026-06-18T12:07:11.7310407Z         PASS [   0.013s] ( 646/1173) spt-live outbound::tests::spoofed_routing_attrs_are_unrepresentable
2026-06-18T12:07:11.7337758Z         PASS [   0.010s] ( 647/1173) spt-live psyche::tests::prompt_includes_time_and_event
2026-06-18T12:07:11.7408178Z         PASS [   0.010s] ( 648/1173) spt-live psyche::tests::prompt_without_event
2026-06-18T12:07:11.7580259Z         PASS [   0.015s] ( 649/1173) spt-live pulse::tests::echo_gate_fires_exactly_once
2026-06-18T12:07:11.7889249Z         PASS [   0.054s] ( 650/1173) spt-live psyche::tests::spawn_binds_nested_perch_and_sets_guard
2026-06-18T12:07:11.7889807Z         LEAK [   0.533s] ( 651/1173) spt-live history::tests::fetcher_timeout_errors
2026-06-18T12:07:11.8067995Z         PASS [   0.016s] ( 652/1173) spt-live pulse::tests::tick_reports_idle
2026-06-18T12:07:11.8429790Z         PASS [   4.373s] ( 653/1173) spt-daemon::pump pump_and_dispatch_self_drive_the_subnet
2026-06-18T12:07:12.0943848Z         PASS [   0.636s] ( 654/1173) spt-live ingest::tests::stale_commune_suppressed_but_deleted
2026-06-18T12:07:12.4529903Z         PASS [   4.601s] ( 655/1173) spt-daemon::resume resume_below_ring_floor_clamps_forward_without_gap_error
2026-06-18T12:07:12.4798089Z         PASS [   1.070s] ( 656/1173) spt-live ingest::tests::commune_drop_is_ingested_and_deleted
2026-06-18T12:07:12.5251634Z         PASS [   1.100s] ( 657/1173) spt-live ingest::tests::ingest_never_writes_the_live_role
2026-06-18T12:07:12.5536079Z         PASS [   0.101s] ( 658/1173) spt-live resume::tests::continue_existing_resumes_session
2026-06-18T12:07:12.5655639Z         PASS [   0.761s] ( 659/1173) spt-live reconcile::tests::no_conflict_is_a_noop
2026-06-18T12:07:12.5791610Z         PASS [   0.014s] ( 660/1173) spt-live resume::tests::missing_key_errors_before_spawn
2026-06-18T12:07:12.6621749Z         PASS [   0.102s] ( 661/1173) spt-live resume::tests::fresh_with_preload_launches_preloaded
2026-06-18T12:07:12.6709342Z         PASS [   0.014s] ( 662/1173) spt-live signoff::tests::echo_precedes_signoff_compose
2026-06-18T12:07:12.7011487Z         PASS [   0.025s] ( 663/1173) spt-live signoff::tests::missing_session_skips_echo
2026-06-18T12:07:12.7204159Z         PASS [   0.018s] ( 664/1173) spt-live signoff::tests::recovered_self_is_not_signed_off
2026-06-18T12:07:12.7369473Z         PASS [   0.024s] ( 665/1173) spt-live signoff::tests::stale_signoff_swept
2026-06-18T12:07:12.8549721Z         PASS [   1.463s] ( 666/1173) spt-live ingest::tests::both_drops_ingested
2026-06-18T12:07:12.8550486Z         PASS [   0.112s] ( 667/1173) spt-live turn::tests::empty_stdout_is_an_error
2026-06-18T12:07:12.9928014Z         PASS [   1.235s] ( 668/1173) spt-live pulse::tests::tick_ingests_drops
2026-06-18T12:07:13.0123354Z         PASS [   0.016s] ( 669/1173) spt-msg deliver::tests::deferred_send_validates
2026-06-18T12:07:13.0308661Z         PASS [   0.186s] ( 670/1173) spt-live turn::tests::turn_captures_stdout
2026-06-18T12:07:13.0760561Z         PASS [   0.226s] ( 671/1173) spt-msg deliver::tests::deferred_send_skips_stream_drain_survives_for_hook
2026-06-18T12:07:13.1198209Z         PASS [   8.608s] ( 672/1173) spt-daemon::daemon_e2e daemon_hosts_lifecycle_and_survives_brain_restart
2026-06-18T12:07:16.7727030Z         PASS [   4.984s] ( 673/1173) spt-live reconcile::tests::failed_turn_preserves_everything
2026-06-18T12:07:16.7895909Z         PASS [   9.327s] ( 674/1173) spt-daemon::pump pump_survives_a_black_holing_peer_heartbeat_advances_no_restart
2026-06-18T12:07:16.8013604Z         PASS [   0.028s] ( 675/1173) spt-msg emit::tests::anonymous_still_enveloped
2026-06-18T12:07:16.8063244Z         PASS [   0.017s] ( 676/1173) spt-msg emit::tests::multiline_body_escapes_and_round_trips
2026-06-18T12:07:16.8179387Z         PASS [   0.017s] ( 677/1173) spt-msg emit::tests::oversized_listener_line_chunks_into_event_parts
2026-06-18T12:07:16.8222412Z         PASS [   0.016s] ( 678/1173) spt-msg emit::tests::structural_renders_msg_envelope
2026-06-18T12:07:16.8294922Z         PASS [   0.011s] ( 679/1173) spt-msg emit::tests::typed_body_from_wins_over_structural_from_no_double_wrap
2026-06-18T12:07:16.8353722Z         PASS [   0.012s] ( 680/1173) spt-msg emit::tests::user_msg_envelope_renders_verbatim_on_both_edges
2026-06-18T12:07:16.8418114Z         PASS [   0.012s] ( 681/1173) spt-msg emit::tests::whole_render_never_chunks
2026-06-18T12:07:18.7949211Z         PASS [   5.787s] ( 682/1173) spt-msg deliver::tests::offline_existing_perch_spools
2026-06-18T12:07:19.6421493Z         PASS [   6.525s] ( 683/1173) spt-msg deliver::tests::send_outcome_mapping
2026-06-18T12:07:19.6855207Z         PASS [   6.655s] ( 684/1173) spt-msg deliver::tests::online_delivers_via_tcp_without_spooling
2026-06-18T12:07:19.7127999Z         PASS [   6.637s] ( 685/1173) spt-msg deliver::tests::recycled_pid_address_does_not_misdeliver
2026-06-18T12:07:19.7317134Z         PASS [   2.896s] ( 686/1173) spt-msg listener::tests::bind_registers_and_round_trips
2026-06-18T12:07:19.7593237Z         PASS [   2.917s] ( 687/1173) spt-msg listener::tests::blocking_accepts_within_window
2026-06-18T12:07:19.8349432Z         PASS [   0.193s] ( 688/1173) spt-msg listener::tests::drop_unregisters_address
2026-06-18T12:07:19.8834028Z         PASS [   1.088s] ( 689/1173) spt-msg listener::tests::blocking_times_out_when_idle
2026-06-18T12:07:19.9190070Z         PASS [  11.214s] ( 690/1173) spt-daemon::sync torn_pull_recovers_by_repulling
2026-06-18T12:07:19.9460960Z         PASS [   0.028s] ( 691/1173) spt-msg ring::tests::ring_no_perch
2026-06-18T12:07:20.0562722Z         PASS [   0.297s] ( 692/1173) spt-msg ready::tests::start_ledgers_a_boot_session_row
2026-06-18T12:07:20.0563306Z         PASS [   7.963s] ( 693/1173) spt-live reconcile::tests::suppressed_write_preserves_artifacts
2026-06-18T12:07:20.0698516Z         PASS [   0.013s] ( 694/1173) spt-msg wire::tests::decode_rejects_overrunning_from_len
2026-06-18T12:07:20.0737043Z         PASS [   0.361s] ( 695/1173) spt-msg ready::tests::recv_gets_live_tcp_message
2026-06-18T12:07:20.0795303Z         PASS [   0.010s] ( 696/1173) spt-msg wire::tests::encode_decode_round_trips_structural
2026-06-18T12:07:20.0830923Z         PASS [   0.010s] ( 697/1173) spt-msg wire::tests::encode_empty_from_is_anonymous
2026-06-18T12:07:20.0843244Z         PASS [   0.353s] ( 698/1173) spt-msg ready::tests::soft_cleanup_preserves_spool_and_info
2026-06-18T12:07:20.0910926Z         PASS [   0.011s] ( 699/1173) spt-msg wire::tests::frame_round_trips_over_loopback
2026-06-18T12:07:20.1035100Z         PASS [   0.017s] ( 700/1173) spt-msg wire::tests::oversized_length_prefix_rejected
2026-06-18T12:07:20.1035997Z         PASS [   0.418s] ( 701/1173) spt-msg ready::tests::backlog_drains_on_start
2026-06-18T12:07:20.1051820Z         PASS [   0.021s] ( 702/1173) spt-msg wire::tests::typed_event_body_rides_verbatim
2026-06-18T12:07:20.1209466Z         PASS [   7.637s] ( 703/1173) spt-live resume::tests::download_composes_two_tiers
2026-06-18T12:07:20.1342595Z         PASS [   0.021s] ( 704/1173) spt-net net::attach::tests::record_split_across_chunks_reassembles
2026-06-18T12:07:20.1396387Z         PASS [   0.030s] ( 705/1173) spt-net net::attach::tests::kick_take_and_displaced_round_trip
2026-06-18T12:07:20.1402185Z         PASS [   0.037s] ( 706/1173) spt-net net::attach::tests::attach_intents_round_trip
2026-06-18T12:07:20.1538964Z         PASS [   0.018s] ( 707/1173) spt-net net::attach::tests::records_round_trip_and_unknown_kind_is_skipped
2026-06-18T12:07:20.1588585Z         PASS [   0.324s] ( 708/1173) spt-msg ready::tests::start_registers_resolvable_perch
2026-06-18T12:07:20.1592731Z         PASS [   0.024s] ( 709/1173) spt-net net::attach::tests::request_without_intent_defaults_to_control
2026-06-18T12:07:20.1752177Z         PASS [   0.021s] ( 710/1173) spt-net net::endpoint::tests::keep_alive_is_under_idle_timeout
2026-06-18T12:07:20.1895665Z         PASS [   0.030s] ( 711/1173) spt-net net::mesh::seedproof::tests::cross_connection_replay_fails
2026-06-18T12:07:20.1946459Z         PASS [   0.016s] ( 712/1173) spt-net net::mesh::seedproof::tests::forged_proof_fails
2026-06-18T12:07:20.2162931Z         PASS [   0.025s] ( 713/1173) spt-net net::mesh::seedproof::tests::hello_frame_round_trips_and_rejects_malformed
2026-06-18T12:07:20.2163913Z         PASS [   0.026s] ( 714/1173) spt-net net::mesh::seedproof::tests::frame_codec_round_trips_and_rejects_garbage
2026-06-18T12:07:20.2329682Z         PASS [   0.285s] ( 715/1173) spt-msg ring::tests::ring_offline_target_queues_and_cleans_up
2026-06-18T12:07:20.2589920Z         PASS [   0.374s] ( 716/1173) spt-msg ring::tests::ring_gets_reply_and_cleans_up
2026-06-18T12:07:20.2590515Z         PASS [   0.043s] ( 717/1173) spt-net net::mesh::seedproof::tests::mutual_requires_both_sides
2026-06-18T12:07:20.2591078Z         PASS [   0.119s] ( 718/1173) spt-net net::endpoint::tests::endpoint_id_binds_to_identity
2026-06-18T12:07:20.2751228Z         PASS [   8.435s] ( 719/1173) spt-live reconcile::tests::reconcile_merges_and_clears
2026-06-18T12:07:20.2761804Z         PASS [   0.056s] ( 720/1173) spt-net net::mesh::seedproof::tests::mk_derivation_is_deterministic_and_input_sensitive
2026-06-18T12:07:20.2775712Z         PASS [   0.047s] ( 721/1173) spt-net net::mesh::seedproof::tests::proofset_frame_round_trips_and_rejects_malformed
2026-06-18T12:07:20.2837046Z         PASS [   0.026s] ( 722/1173) spt-net net::mesh::seedproof::tests::valid_proof_verifies_and_roles_differ
2026-06-18T12:07:20.3063916Z         PASS [   0.041s] ( 723/1173) spt-net net::mesh::seedproof::tests::wrong_epoch_fails
2026-06-18T12:07:20.3064615Z         PASS [   0.044s] ( 724/1173) spt-net net::mesh::seedproof::tests::wrong_subnet_fails
2026-06-18T12:07:20.3106266Z         PASS [   0.042s] ( 725/1173) spt-net net::notif::tests::forged_origin_field_is_inert
2026-06-18T12:07:20.3329975Z         PASS [   0.055s] ( 726/1173) spt-net net::notif::tests::record_split_across_chunks_reassembles
2026-06-18T12:07:20.3477499Z         PASS [   0.068s] ( 727/1173) spt-net net::notif::tests::record_round_trips_and_unknown_kind_is_skipped
2026-06-18T12:07:20.3478183Z         PASS [   0.045s] ( 728/1173) spt-net net::pairing::meet::tests::key_seed_is_not_the_token
2026-06-18T12:07:20.3488455Z         PASS [   0.190s] ( 729/1173) spt-net net::endpoint::tests::two_endpoints_loopback_echo
2026-06-18T12:07:20.3590304Z         PASS [   0.044s] ( 730/1173) spt-net net::pairing::meet::tests::skewed_window_contains_the_listener_id
2026-06-18T12:07:20.3591040Z         PASS [   0.075s] ( 731/1173) spt-net net::pairing::meet::tests::derived_identity_is_deterministic_and_input_bound
2026-06-18T12:07:20.4049938Z         PASS [   8.801s] ( 732/1173) spt-live ingest::tests::two_slice_drop_routes_per_tier
2026-06-18T12:07:20.4050570Z         PASS [   0.066s] ( 733/1173) spt-net net::pairing::ntp::tests::offset_applies_signed_and_saturates
2026-06-18T12:07:20.4051223Z         PASS [   0.044s] ( 734/1173) spt-net net::pairing::ratelimit::tests::abandoned_ceremony_is_reclaimed_and_charged
2026-06-18T12:07:20.4171138Z         PASS [   0.067s] ( 735/1173) spt-net net::pairing::ntp::tests::parse_rejects_short_and_zeroed_replies
2026-06-18T12:07:20.4172229Z         PASS [   0.063s] ( 736/1173) spt-net net::pairing::ntp::tests::sntp_query_reads_the_transmit_timestamp
2026-06-18T12:07:20.4280850Z         PASS [   0.059s] ( 737/1173) spt-net net::pairing::ntp::tests::unreachable_server_falls_back
2026-06-18T12:07:20.4281478Z         PASS [   0.037s] ( 738/1173) spt-net net::pairing::ratelimit::tests::backoff_is_per_subnet
2026-06-18T12:07:20.4282168Z         PASS [   0.069s] ( 739/1173) spt-net net::pairing::ratelimit::tests::backoff_curve_doubles_then_caps
2026-06-18T12:07:20.4337811Z         PASS [   0.031s] ( 740/1173) spt-net net::pairing::ratelimit::tests::failures_impose_exponential_backoff
2026-06-18T12:07:20.4560078Z         PASS [   0.037s] ( 741/1173) spt-net net::pairing::ratelimit::tests::success_clears_accumulated_backoff
2026-06-18T12:07:20.4597905Z         PASS [   0.051s] ( 742/1173) spt-net net::pairing::rendezvous::tests::distinct_same_length_names_diverge
2026-06-18T12:07:20.4601847Z         PASS [   0.062s] ( 743/1173) spt-net net::pairing::ratelimit::tests::first_ceremony_is_free_and_success_resets
2026-06-18T12:07:20.4602647Z         PASS [   0.053s] ( 744/1173) spt-net net::pairing::ratelimit::tests::one_active_ceremony_per_subnet
2026-06-18T12:07:20.4752208Z         PASS [   0.051s] ( 745/1173) spt-net net::pairing::rendezvous::tests::length_prefix_prevents_boundary_collision
2026-06-18T12:07:20.4796639Z         PASS [   0.050s] ( 746/1173) spt-net net::pairing::rendezvous::tests::token_is_deterministic
2026-06-18T12:07:20.4797573Z         PASS [   0.044s] ( 747/1173) spt-net net::pairing::rendezvous::tests::token_varies_with_name_and_step
2026-06-18T12:07:20.4811694Z         PASS [   0.036s] ( 748/1173) spt-net net::pairing::rendezvous::tests::window_is_three_adjacent_tokens
2026-06-18T12:07:20.5720224Z         PASS [   0.111s] ( 749/1173) spt-net net::pairing::spake::tests::matching_code_pairs_and_agrees_on_key
2026-06-18T12:07:20.6049700Z         PASS [   0.144s] ( 750/1173) spt-net net::pairing::spake::tests::reflected_role_is_rejected_by_pake
2026-06-18T12:07:20.6169828Z         PASS [   0.513s] ( 751/1173) spt-msg::killer_quickstart offline_then_online_delivers_backlog
2026-06-18T12:07:20.6447918Z         PASS [   0.183s] ( 752/1173) spt-net net::pairing::spake::tests::stale_epoch_fails
2026-06-18T12:07:20.6579168Z         PASS [   0.601s] ( 753/1173) spt-msg ring::tests::ring_timeout_cleans_up
2026-06-18T12:07:20.6778659Z         PASS [   0.205s] ( 754/1173) spt-net net::pairing::spake::tests::stale_step_fails
2026-06-18T12:07:20.6950093Z         PASS [   0.216s] ( 755/1173) spt-net net::pairing::spake::tests::tampered_tag_fails
2026-06-18T12:07:20.7131540Z         PASS [   0.230s] ( 756/1173) spt-net net::pairing::spake::tests::substituted_pubkey_fails
2026-06-18T12:07:20.7132239Z         PASS [   0.227s] ( 757/1173) spt-net net::pairing::spake::tests::wrong_code_fails_at_confirmation_not_spake
2026-06-18T12:07:20.7132840Z         PASS [   0.103s] ( 758/1173) spt-net net::pairing::totp::tests::debug_redacts_seed
2026-06-18T12:07:20.7412895Z         PASS [   0.116s] ( 759/1173) spt-net net::pairing::totp::tests::code_at_is_six_zero_padded_digits
2026-06-18T12:07:20.7413681Z         PASS [   0.071s] ( 760/1173) spt-net net::pairing::totp::tests::matches_rfc6238_appendix_b_vectors
2026-06-18T12:07:20.7459221Z         PASS [   0.430s] ( 761/1173) spt-net net::pairing::meet::tests::meet_redirects_joiner_to_the_real_pairing_endpoint
2026-06-18T12:07:20.7459950Z         PASS [   0.092s] ( 762/1173) spt-net net::pairing::totp::tests::generated_seeds_are_distinct
2026-06-18T12:07:20.7462597Z         PASS [   0.059s] ( 763/1173) spt-net net::pairing::totp::tests::otpauth_uri_is_well_formed_and_encoded
2026-06-18T12:07:20.7463416Z         PASS [   0.642s] ( 764/1173) spt-msg::killer_quickstart two_agents_exchange_message_tcp_and_spool
2026-06-18T12:07:20.7464224Z         PASS [  16.232s] ( 765/1173) spt-daemon::daemon_lifecycle_real_brain real_brain_process_hosts_the_psyche_for_an_online_live_endpoint
2026-06-18T12:07:20.7467345Z         PASS [   0.176s] ( 766/1173) spt-net net::pairing::spake::tests::wrong_subnet_fails
2026-06-18T12:07:20.7475715Z         PASS [   0.040s] ( 767/1173) spt-net net::pairing::totp::tests::time_step_is_floor_unix_over_period
2026-06-18T12:07:20.7817863Z         PASS [   0.066s] ( 768/1173) spt-net net::pairing::totp::tests::seed_round_trips_through_base32
2026-06-18T12:07:20.7818831Z         PASS [   0.029s] ( 769/1173) spt-net net::pairing::transcript::tests::matching_tag_verifies_and_roles_differ
2026-06-18T12:07:20.7832452Z         PASS [   0.068s] ( 770/1173) spt-net net::pairing::transcript::tests::diverged_shared_secret_fails_verification
2026-06-18T12:07:20.7833411Z         PASS [   0.049s] ( 771/1173) spt-net net::pairing::transcript::tests::length_prefixing_prevents_boundary_collision
2026-06-18T12:07:20.8030127Z         PASS [   0.071s] ( 772/1173) spt-net net::pairing::transcript::tests::each_bound_field_changes_the_tag
2026-06-18T12:07:20.8031083Z         PASS [   0.087s] ( 773/1173) spt-net net::pairing::totp::tests::window_accepts_plus_minus_one_only
2026-06-18T12:07:20.8201761Z         PASS [   0.070s] ( 774/1173) spt-net net::pairing::transcript::tests::pake_identity_binds_role_and_context
2026-06-18T12:07:20.8203125Z         PASS [   0.084s] ( 775/1173) spt-net net::pairing::transcript::tests::message_order_is_bound
2026-06-18T12:07:20.8204048Z         PASS [   0.072s] ( 776/1173) spt-net net::pairing::wire::tests::hello_intro_is_additive_and_roundtrips
2026-06-18T12:07:20.8205064Z         PASS [   0.073s] ( 777/1173) spt-net net::pairing::wire::tests::frame_codec_round_trips_and_rejects_garbage
2026-06-18T12:07:20.8414272Z         PASS [   0.054s] ( 778/1173) spt-net net::pairing::wire::tests::seed_frame_roster_is_additive_and_roundtrips
2026-06-18T12:07:20.8415083Z         PASS [   0.030s] ( 779/1173) spt-net net::registry::tests::advertise_if_visible_gates_before_join
2026-06-18T12:07:20.8707601Z         PASS [   0.044s] ( 780/1173) spt-net net::registry::tests::equal_epoch_replay_is_stale_noop
2026-06-18T12:07:20.8708336Z         PASS [   0.028s] ( 781/1173) spt-net net::registry::tests::exclusion_prunes_cross_subnet_ambiguity
2026-06-18T12:07:20.8709404Z         PASS [   0.045s] ( 782/1173) spt-net net::registry::tests::distinct_nodes_are_separate_instances
2026-06-18T12:07:20.8710092Z         PASS [   0.035s] ( 783/1173) spt-net net::registry::tests::excluded_endpoint_is_not_routable_even_via_node_pin
2026-06-18T12:07:20.8710764Z         PASS [   0.047s] ( 784/1173) spt-net net::registry::tests::evicting_dead_node_clears_phantom_ambiguity
2026-06-18T12:07:20.8887463Z         PASS [   0.025s] ( 785/1173) spt-net net::registry::tests::join_collides_even_with_offline_holder
2026-06-18T12:07:20.8949383Z         PASS [   0.025s] ( 786/1173) spt-net net::registry::tests::join_fresh_id_is_inserted
2026-06-18T12:07:20.8950101Z         PASS [   0.027s] ( 787/1173) spt-net net::registry::tests::join_colliding_id_on_other_node_refuses_untouched
2026-06-18T12:07:20.9161771Z         PASS [   0.049s] ( 788/1173) spt-net net::registry::tests::join_same_name_in_different_subnet_is_legal
2026-06-18T12:07:20.9170500Z         PASS [   0.050s] ( 789/1173) spt-net net::registry::tests::join_same_node_falls_through_to_lease
2026-06-18T12:07:20.9274730Z         PASS [   0.033s] ( 790/1173) spt-net net::registry::tests::newer_epoch_supersedes_same_node
2026-06-18T12:07:20.9275414Z         PASS [   0.038s] ( 791/1173) spt-net net::registry::tests::node_label_rides_the_lease_and_serde
2026-06-18T12:07:20.9420270Z         PASS [   0.023s] ( 792/1173) spt-net net::registry::tests::presence_datum_rides_the_lease_and_serde
2026-06-18T12:07:20.9420977Z         PASS [   0.049s] ( 793/1173) spt-net net::registry::tests::node_level_label_lease_persist_prune_and_serde
2026-06-18T12:07:20.9421587Z         PASS [   0.020s] ( 794/1173) spt-net net::registry::tests::registry_serde_roundtrips
2026-06-18T12:07:20.9433670Z         PASS [   0.030s] ( 795/1173) spt-net net::registry::tests::node_qualifier_accepts_label_and_prefix_refuses_shared
2026-06-18T12:07:20.9609781Z         PASS [   0.028s] ( 796/1173) spt-net net::registry::tests::rename_collision_refuses_whole_ripple
2026-06-18T12:07:20.9675139Z         PASS [   0.027s] ( 797/1173) spt-net net::registry::tests::resolve_across_bare_id_in_two_subnets_refuses
2026-06-18T12:07:20.9827183Z         PASS [   0.035s] ( 798/1173) spt-net net::registry::tests::rename_ripples_rows_across_advertised_subnets
2026-06-18T12:07:20.9864515Z         PASS [   0.043s] ( 799/1173) spt-net net::registry::tests::resolve_across_unique_id_resolves
2026-06-18T12:07:20.9865217Z         PASS [   0.044s] ( 800/1173) spt-net net::registry::tests::resolve_across_subnet_qualified_routes_there
2026-06-18T12:07:21.0263223Z         PASS [   0.055s] ( 801/1173) spt-net net::registry::tests::resolve_node_qualifier_pins_and_offline_is_not_found
2026-06-18T12:07:21.0306394Z         PASS [   0.049s] ( 802/1173) spt-net net::registry::tests::resolve_prefers_local_instance
2026-06-18T12:07:21.0307076Z         PASS [   0.039s] ( 803/1173) spt-net net::registry::tests::resolve_sole_live_remote_and_skips_offline
2026-06-18T12:07:21.0307760Z         PASS [   0.073s] ( 804/1173) spt-net net::registry::tests::resolve_multiple_live_nodes_refuses
2026-06-18T12:07:21.0367704Z         PASS [   0.047s] ( 805/1173) spt-net net::registry::tests::resource_blurb_rides_the_lease_and_serde
2026-06-18T12:07:21.0473114Z         PASS [   0.258s] ( 806/1173) spt-net net::pairing::wire::tests::stale_step_is_rejected
2026-06-18T12:07:21.0473722Z         PASS [   0.298s] ( 807/1173) spt-net net::pairing::wire::tests::busy_subnet_refuses_ceremony
2026-06-18T12:07:21.0812929Z         PASS [   8.546s] ( 808/1173) spt-live resume::tests::download_renders_role_first_then_live_then_project
2026-06-18T12:07:21.0813710Z         PASS [   0.051s] ( 809/1173) spt-net net::registry::tests::stale_active_cannot_clobber_newer_offline
2026-06-18T12:07:21.0898892Z         PASS [   0.057s] ( 810/1173) spt-net net::replicate::tests::apply_routes_by_subnet_and_drops_non_member
2026-06-18T12:07:21.0951647Z         PASS [   0.065s] ( 811/1173) spt-net net::registry::tests::resource_projection_threads_node_label
2026-06-18T12:07:21.0952340Z         PASS [   0.067s] ( 812/1173) spt-net net::registry::tests::suspended_is_addressable_and_roundtrips
2026-06-18T12:07:21.1000645Z         PASS [   0.066s] ( 813/1173) spt-net net::replicate::tests::decoder_survives_chunk_splits_and_corrupt_lines
2026-06-18T12:07:21.1018057Z         PASS [   0.078s] ( 814/1173) spt-net net::registry::tests::resource_projection_filters_hidden_and_offline
2026-06-18T12:07:21.1041924Z         PASS [   0.060s] ( 815/1173) spt-net net::replicate::tests::feed_carries_instances_and_node_labels_wire_compat
2026-06-18T12:07:21.1042708Z         PASS [   0.359s] ( 816/1173) spt-net net::pairing::wire::tests::create_new_then_join_learns_named_subnet
2026-06-18T12:07:21.1043332Z         PASS [   0.313s] ( 817/1173) spt-net net::pairing::wire::tests::unknown_subnet_is_rejected
2026-06-18T12:07:21.1070582Z         PASS [   0.031s] ( 818/1173) spt-net net::replicate::tests::update_round_trips_and_tolerates_unknown_field
2026-06-18T12:07:21.1101879Z         PASS [   0.349s] ( 819/1173) spt-net net::pairing::wire::tests::loopback_pairs_and_transfers_seed_and_roster
2026-06-18T12:07:21.1190298Z         PASS [   0.050s] ( 820/1173) spt-net net::replicate::tests::stale_wire_update_cannot_clobber_newer_state
2026-06-18T12:07:21.1304697Z         PASS [   0.037s] ( 821/1173) spt-net net::rest::tests::records_round_trip_and_degrade
2026-06-18T12:07:21.1305277Z         PASS [   0.037s] ( 822/1173) spt-net net::serveprobe::tests::records_round_trip_and_degrade
2026-06-18T12:07:21.1305886Z         PASS [   0.028s] ( 823/1173) spt-net net::sync::tests::records_round_trip_and_unknown_kind_is_skipped
2026-06-18T12:07:21.1334001Z         PASS [   0.037s] ( 824/1173) spt-net net::shelllink::tests::records_round_trip_and_degrade
2026-06-18T12:07:21.1349128Z         PASS [   0.030s] ( 825/1173) spt-net net::update::tests::record_split_across_chunks_reassembles
2026-06-18T12:07:21.1399238Z         PASS [   0.039s] ( 826/1173) spt-net net::sync::tests::forged_origin_field_is_inert
2026-06-18T12:07:21.1399840Z         PASS [   0.038s] ( 827/1173) spt-net net::sync::tests::record_split_across_chunks_reassembles
2026-06-18T12:07:21.1403700Z         PASS [   0.036s] ( 828/1173) spt-net net::update::tests::forged_origin_field_is_inert
2026-06-18T12:07:21.1419014Z         PASS [   0.035s] ( 829/1173) spt-net net::update::tests::records_round_trip_and_unknown_kind_is_skipped
2026-06-18T12:07:21.1491372Z         PASS [   0.039s] ( 830/1173) spt-net net::wanmsg::tests::forged_origin_field_is_inert
2026-06-18T12:07:21.1499439Z         PASS [   0.032s] ( 831/1173) spt-net net::wanmsg::tests::message_round_trips_and_tolerates_unknown_field
2026-06-18T12:07:21.1518737Z         PASS [   0.025s] ( 832/1173) spt-net net::wanmsg::tests::route_splits_local_and_remote_and_passes_refusals
2026-06-18T12:07:21.1521100Z         PASS [   0.358s] ( 833/1173) spt-net net::pairing::wire::tests::wrong_code_fails_and_records_no_membership
2026-06-18T12:07:21.1553945Z         PASS [   0.028s] ( 834/1173) spt-net net::xfer::tests::forged_origin_field_is_inert
2026-06-18T12:07:21.1581120Z         PASS [   0.029s] ( 835/1173) spt-net net::xfer::tests::record_split_across_chunks_reassembles
2026-06-18T12:07:21.1645849Z         PASS [   0.031s] ( 836/1173) spt-net net::xfer::tests::records_round_trip_and_unknown_kind_is_skipped
2026-06-18T12:07:21.1646549Z         PASS [   0.402s] ( 837/1173) spt-net net::pairing::wire::tests::repair_member_keeps_seed
2026-06-18T12:07:21.1679137Z         PASS [   0.029s] ( 838/1173) spt-proto addr::tests::rejects_doubled_delimiters
2026-06-18T12:07:21.1711607Z         PASS [   0.032s] ( 839/1173) spt-proto addr::tests::parses_every_qualifier_combination
2026-06-18T12:07:21.1725454Z         PASS [   0.033s] ( 840/1173) spt-proto addr::tests::rejects_empty_or_bad_components
2026-06-18T12:07:21.1739639Z         PASS [   0.039s] ( 841/1173) spt-proto addr::tests::display_round_trips
2026-06-18T12:07:21.1763374Z         PASS [   0.034s] ( 842/1173) spt-proto chunk::tests::malformed_parts_return_none
2026-06-18T12:07:21.1828143Z         PASS [   0.034s] ( 843/1173) spt-proto chunk::tests::missing_middle_part_is_dropped
2026-06-18T12:07:21.1854271Z         PASS [   0.035s] ( 844/1173) spt-proto chunk::tests::orphan_group_without_head_is_dropped
2026-06-18T12:07:21.1874773Z         PASS [   0.036s] ( 845/1173) spt-proto chunk::tests::oversized_line_splits_and_each_part_is_well_formed_and_bounded
2026-06-18T12:07:21.1947760Z         PASS [   0.039s] ( 846/1173) spt-proto chunk::tests::reassemble_stream_handles_mixed_traffic
2026-06-18T12:07:21.1982554Z         PASS [   0.043s] ( 847/1173) spt-proto chunk::tests::short_line_passes_through_unchunked
2026-06-18T12:07:21.2017161Z         PASS [   0.038s] ( 848/1173) spt-proto endpoint::tests::agent_vs_shell_split
2026-06-18T12:07:21.2075587Z         PASS [   0.044s] ( 849/1173) spt-proto endpoint::tests::broker_and_node_families
2026-06-18T12:07:21.2107450Z         PASS [   0.042s] ( 850/1173) spt-proto endpoint::tests::day_one_tags_round_trip
2026-06-18T12:07:21.2171267Z         PASS [   0.046s] ( 851/1173) spt-proto endpoint::tests::shell_kind_round_trips
2026-06-18T12:07:21.2216014Z         PASS [   0.049s] ( 852/1173) spt-proto endpoint::tests::unknown_tag_tolerated_and_preserved
2026-06-18T12:07:21.2221863Z         PASS [   0.048s] ( 853/1173) spt-proto envelope::tests::body_escape_is_cr_linesafe
2026-06-18T12:07:21.2253024Z         PASS [   0.049s] ( 854/1173) spt-proto envelope::tests::body_escape_unescape_round_trips_html_and_newlines
2026-06-18T12:07:21.2272853Z         PASS [   0.045s] ( 855/1173) spt-proto envelope::tests::decode_is_amp_last_so_literal_entities_do_not_double_decode
2026-06-18T12:07:21.2310156Z         PASS [   0.046s] ( 856/1173) spt-proto envelope::tests::from_attr_returns_none_on_garbage_or_empty
2026-06-18T12:07:21.2352738Z         PASS [   0.047s] ( 857/1173) spt-proto envelope::tests::from_attr_unescape_is_amp_last
2026-06-18T12:07:21.2375670Z         PASS [   0.079s] ( 858/1173) spt-proto chunk::tests::split_then_reassemble_is_byte_identity
2026-06-18T12:07:21.2378979Z         PASS [   0.047s] ( 859/1173) spt-proto envelope::tests::parser_both_tags_present
2026-06-18T12:07:21.2409792Z         PASS [   0.043s] ( 860/1173) spt-proto envelope::tests::parser_empty_body_is_some_empty_and_nested_tags_preserved
2026-06-18T12:07:21.2439498Z         PASS [   0.042s] ( 861/1173) spt-proto envelope::tests::parser_no_tags_falls_back_whole_payload_to_live
2026-06-18T12:07:21.2476168Z         PASS [   0.040s] ( 862/1173) spt-proto envelope::tests::parser_out_of_order_tags_both_extracted
2026-06-18T12:07:21.2512243Z         PASS [   0.041s] ( 863/1173) spt-proto envelope::tests::parser_unclosed_live_tag_does_not_scoop_project
2026-06-18T12:07:21.2540849Z         PASS [   0.037s] ( 864/1173) spt-proto event::tests::alarm_event_round_trips
2026-06-18T12:07:21.2580912Z         PASS [   0.036s] ( 865/1173) spt-proto event::tests::attr_decode_is_amp_last
2026-06-18T12:07:21.2617417Z         PASS [   0.039s] ( 866/1173) spt-proto event::tests::attr_order_preserved
2026-06-18T12:07:21.2645700Z         PASS [   0.039s] ( 867/1173) spt-proto event::tests::body_with_literal_event_tokens_round_trips
2026-06-18T12:07:21.2696091Z         PASS [   0.042s] ( 868/1173) spt-proto event::tests::empty_body_envelope_parses
2026-06-18T12:07:21.2745822Z         PASS [   0.043s] ( 869/1173) spt-proto event::tests::malformed_inputs_return_none_without_panic
2026-06-18T12:07:21.2758406Z         PASS [   0.042s] ( 870/1173) spt-proto event::tests::msg_event_round_trips
2026-06-18T12:07:21.2793610Z         PASS [   0.042s] ( 871/1173) spt-proto event::tests::psyche_authorable_types_are_reply_and_notify_only
2026-06-18T12:07:21.2831075Z         PASS [   0.045s] ( 872/1173) spt-proto event::tests::typed_envelope_detected_and_parsed
2026-06-18T12:07:21.2858905Z         PASS [   0.045s] ( 873/1173) spt-proto event::tests::typed_predicate_rejects_partials
2026-06-18T12:07:21.2884762Z         PASS [   0.044s] ( 874/1173) spt-proto event::tests::user_msg_envelope_is_n_minus_one_tolerant
2026-06-18T12:07:21.2920419Z         PASS [   0.044s] ( 875/1173) spt-proto event::tests::user_msg_event_round_trips
2026-06-18T12:07:21.2956696Z         PASS [   0.044s] ( 876/1173) spt-proto event::tests::user_msg_gate_is_not_payload_trusted
2026-06-18T12:07:21.2999574Z         PASS [   0.046s] ( 877/1173) spt-proto event::tests::user_msg_identity_gate_truth_table
2026-06-18T12:07:21.3095042Z         PASS [   0.051s] ( 878/1173) spt-proto id::tests::accepts_japanese_scripts
2026-06-18T12:07:21.3108139Z         PASS [   0.049s] ( 879/1173) spt-proto id::tests::accepts_plain_and_composite_ids
2026-06-18T12:07:21.3116102Z         PASS [   0.047s] ( 880/1173) spt-proto id::tests::rejects_empty_and_overlong
2026-06-18T12:07:21.3157097Z         PASS [   0.047s] ( 881/1173) spt-proto id::tests::rejects_path_whitespace_and_control
2026-06-18T12:07:21.3184999Z         PASS [   0.044s] ( 882/1173) spt-proto id::tests::reports_bad_char_position
2026-06-18T12:07:21.3208287Z         PASS [   0.045s] ( 883/1173) spt-proto id::tests::reserves_address_delimiters
2026-06-18T12:07:21.3250202Z         PASS [   0.046s] ( 884/1173) spt-proto identity::tests::bad_inputs_error_without_panic
2026-06-18T12:07:21.3485436Z         PASS [   0.055s] ( 885/1173) spt-proto identity::tests::public_key_hex_round_trips
2026-06-18T12:07:21.3486014Z         PASS [   0.050s] ( 886/1173) spt-proto payload::tests::base64_known_vectors
2026-06-18T12:07:21.3486540Z         PASS [   0.060s] ( 887/1173) spt-proto identity::tests::known_answer_fixed_seed_is_stable
2026-06-18T12:07:21.3487136Z         PASS [   0.051s] ( 888/1173) spt-proto payload::tests::binary_blob_round_trips_all_byte_values
2026-06-18T12:07:21.3577040Z         PASS [   0.048s] ( 889/1173) spt-proto payload::tests::command_payload_round_trips
2026-06-18T12:07:21.3626135Z         PASS [   0.059s] ( 890/1173) spt-proto payload::tests::blob_padding_lengths_round_trip
2026-06-18T12:07:21.3847576Z         PASS [   0.074s] ( 891/1173) spt-proto payload::tests::text_payload_round_trips
2026-06-18T12:07:21.3898562Z         PASS [   0.073s] ( 892/1173) spt-proto payload::tests::unknown_or_malformed_decodes_to_none
2026-06-18T12:07:21.3900734Z         PASS [   0.072s] ( 893/1173) spt-proto version::tests::current_version_self_compatible
2026-06-18T12:07:21.3901420Z         PASS [   0.099s] ( 894/1173) spt-proto identity::tests::sign_verify_round_trip
2026-06-18T12:07:21.3901961Z         PASS [   0.071s] ( 895/1173) spt-proto version::tests::n_minus_one_window_accepts_and_rejects
2026-06-18T12:07:21.3946549Z         PASS [   0.071s] ( 896/1173) spt-proto version::tests::window_floor_saturates_at_zero
2026-06-18T12:07:21.3991459Z         PASS [   0.058s] ( 897/1173) spt-runtime manifest::tests::digest_section_source_resolution
2026-06-18T12:07:21.4020383Z         PASS [   0.057s] ( 898/1173) spt-runtime manifest::tests::digest_section_validation_errors
2026-06-18T12:07:21.4048616Z         PASS [   0.058s] ( 899/1173) spt-runtime manifest::tests::harness_fixture_parses_all_sections
2026-06-18T12:07:21.4084873Z         PASS [   0.064s] ( 900/1173) spt-runtime manifest::tests::fetcher_strategy_requires_fetcher_field
2026-06-18T12:07:21.4236335Z         PASS [   0.059s] ( 901/1173) spt-runtime manifest::tests::harness_kind_with_shell_section_fails_validation
2026-06-18T12:07:21.4237149Z         PASS [   0.031s] ( 902/1173) spt-runtime manifest::tests::inject_env_without_value_fails_validation
2026-06-18T12:07:21.4240347Z         PASS [   0.061s] ( 903/1173) spt-runtime manifest::tests::hint_keyword_matching
2026-06-18T12:07:21.4241238Z         PASS [   0.036s] ( 904/1173) spt-runtime manifest::tests::host_binaries_optional_and_n1_safe
2026-06-18T12:07:21.4261584Z         PASS [   0.037s] ( 905/1173) spt-runtime manifest::tests::minimal_header_only_manifest_is_valid
2026-06-18T12:07:21.4361813Z         PASS [   0.042s] ( 906/1173) spt-runtime manifest::tests::per_capability_act_gate_parses_and_validates
2026-06-18T12:07:21.4362546Z         PASS [   0.041s] ( 907/1173) spt-runtime manifest::tests::profile_overlays_hints_wholesale
2026-06-18T12:07:21.4363098Z         PASS [   0.047s] ( 908/1173) spt-runtime manifest::tests::manifest_schema_shape
2026-06-18T12:07:21.4409550Z         PASS [   0.041s] ( 909/1173) spt-runtime manifest::tests::round_trips_through_toml
2026-06-18T12:07:21.4451191Z         PASS [   0.042s] ( 910/1173) spt-runtime manifest::tests::shell_fixture_parses
2026-06-18T12:07:21.4490536Z         PASS [   0.043s] ( 911/1173) spt-runtime manifest::tests::shell_kind_without_shell_section_fails_validation
2026-06-18T12:07:21.4491169Z         PASS [   0.040s] ( 912/1173) spt-runtime manifest::tests::shell_tunnel_opt_in
2026-06-18T12:07:21.4501035Z         PASS [   0.125s] ( 913/1173) spt-runtime manifest::tests::checked_in_schema_is_current
2026-06-18T12:07:21.4517799Z         PASS [   0.035s] ( 914/1173) spt-runtime manifest::tests::syntactically_broken_toml_is_an_error_not_a_panic
2026-06-18T12:07:21.4558704Z         PASS [   0.033s] ( 915/1173) spt-runtime manifest::tests::unknown_enum_variant_is_an_error_not_a_panic
2026-06-18T12:07:21.4559358Z         PASS [   0.037s] ( 916/1173) spt-runtime manifest::tests::shortcut_basename_optional_with_default
2026-06-18T12:07:21.4577466Z         PASS [   0.036s] ( 917/1173) spt-runtime manifest::tests::update_avenue_content_signing_fields
2026-06-18T12:07:21.4684915Z         PASS [   0.042s] ( 918/1173) spt-runtime manifest::tests::update_avenue_gh_release_fields
2026-06-18T12:07:21.4685712Z         PASS [   0.036s] ( 919/1173) spt-runtime profile::tests::deep_nested_leaf_replace
2026-06-18T12:07:21.4721910Z         PASS [   0.040s] ( 920/1173) spt-runtime profile::tests::file_pointer_recognized_only_for_single_file_key_table
2026-06-18T12:07:21.4729173Z         PASS [   0.038s] ( 921/1173) spt-runtime profile::tests::leaf_replace_contract
2026-06-18T12:07:21.4755760Z         PASS [   0.035s] ( 922/1173) spt-runtime profile::tests::profile_overlays_strings
2026-06-18T12:07:21.4795246Z         PASS [   0.037s] ( 923/1173) spt-runtime profile::tests::resolve_shipped_profile_applies_overlay
2026-06-18T12:07:21.4813750Z         PASS [   0.034s] ( 924/1173) spt-runtime profile::tests::resolve_unknown_profile_errors
2026-06-18T12:07:21.4847485Z         PASS [   0.037s] ( 925/1173) spt-runtime profile::tests::split_option_first_colon
2026-06-18T12:07:21.4889735Z         PASS [   0.038s] ( 926/1173) spt-runtime profile::tests::string_dot_path_read_write
2026-06-18T12:07:21.4989256Z         PASS [   0.046s] ( 927/1173) spt-runtime profile::tests::tighten_only_allows_tightening
2026-06-18T12:07:21.5020152Z         PASS [   0.049s] ( 928/1173) spt-runtime profile::tests::tighten_only_refuses_loosened_over_cap
2026-06-18T12:07:21.5037999Z         PASS [   0.050s] ( 929/1173) spt-runtime profile::tests::tighten_only_refuses_loosened_require_approval
2026-06-18T12:07:21.5236308Z         PASS [   0.066s] ( 930/1173) spt-runtime registry::tests::create_local_profile_guards
2026-06-18T12:07:21.5977281Z         PASS [   0.125s] ( 931/1173) spt-runtime registry::tests::cross_adapter_fallback_target_resolves_adapter_and_profile
2026-06-18T12:07:21.5978201Z         PASS [   0.129s] ( 932/1173) spt-runtime registry::tests::delete_local_profile_rules
2026-06-18T12:07:21.6061884Z         PASS [   0.130s] ( 933/1173) spt-runtime registry::tests::invalid_manifest_records_nothing
2026-06-18T12:07:21.6220675Z         PASS [   0.141s] ( 934/1173) spt-runtime registry::tests::deregister_is_soft_and_readd_reactivates
2026-06-18T12:07:21.6280152Z         PASS [   0.155s] ( 935/1173) spt-runtime registry::tests::file_backed_string_reads_contents_lazily
2026-06-18T12:07:21.6311639Z         PASS [   0.145s] ( 936/1173) spt-runtime registry::tests::missing_string_file_skips_at_read_without_error
2026-06-18T12:07:21.6328371Z         PASS [   0.151s] ( 937/1173) spt-runtime registry::tests::local_profile_survives_readd
2026-06-18T12:07:21.6741730Z         PASS [   0.184s] ( 938/1173) spt-runtime registry::tests::pointer_missing_manifest_is_deferred_not_cryptic
2026-06-18T12:07:21.6742576Z         PASS [   0.193s] ( 939/1173) spt-runtime registry::tests::local_profile_overrides_a_shipped_file_pointer
2026-06-18T12:07:21.6867487Z         PASS [   0.189s] ( 940/1173) spt-runtime registry::tests::register_copy_vs_pointer_by_avenue
2026-06-18T12:07:21.6943568Z         PASS [   0.189s] ( 941/1173) spt-runtime registry::tests::resolve_option_bare_shipped_and_local
2026-06-18T12:07:21.6944450Z         PASS [   0.187s] ( 942/1173) spt-runtime registry::tests::resolve_option_in_matches_disk
2026-06-18T12:07:21.6965958Z         PASS [   0.082s] ( 943/1173) spt-runtime resolve::tests::normalize_folds_case_and_stems_first_dot
2026-06-18T12:07:21.6966721Z         PASS [   0.171s] ( 944/1173) spt-runtime registry::tests::string_file_pointer_escaping_the_dir_is_refused_at_register
2026-06-18T12:07:21.7175800Z         PASS [   0.084s] ( 945/1173) spt-runtime resolve::tests::pointer_is_sibling_to_adapter_dirs
2026-06-18T12:07:21.7176632Z         PASS [   0.112s] ( 946/1173) spt-runtime resolve::tests::no_candidate_when_no_adapter_hosts_binary
2026-06-18T12:07:21.7336305Z         PASS [   0.058s] ( 947/1173) spt-runtime resolve::tests::single_candidate_resolves_base_no_pointer
2026-06-18T12:07:21.7337025Z         PASS [   0.100s] ( 948/1173) spt-runtime resolve::tests::renamed_in_use_exe_still_resolves
2026-06-18T12:07:21.7337654Z         PASS [   0.139s] ( 949/1173) spt-runtime registry::tests::strings_get_set_through_overlay
2026-06-18T12:07:21.7347738Z         PASS [   0.039s] ( 950/1173) spt-runtime runtime::tests::fills_known_placeholders
2026-06-18T12:07:21.7371194Z         PASS [   0.040s] ( 951/1173) spt-runtime runtime::tests::literal_braces_still_escape_per_token
2026-06-18T12:07:21.7458040Z         PASS [   0.025s] ( 952/1173) spt-runtime runtime::tests::missing_key_errors_before_spawn
2026-06-18T12:07:21.7459020Z         PASS [   0.030s] ( 953/1173) spt-runtime runtime::tests::missing_key_and_empty_command_errors_still_fire
2026-06-18T12:07:21.7461710Z         PASS [   0.145s] ( 954/1173) spt-runtime resolve::tests::fallback_picks_freshest_then_name
2026-06-18T12:07:21.7462308Z         PASS [   0.016s] ( 955/1173) spt-runtime runtime::tests::multiword_value_is_one_argv_element
2026-06-18T12:07:21.7556514Z         PASS [   0.018s] ( 956/1173) spt-runtime runtime::tests::placeholder_inside_larger_token_substitutes_in_place
2026-06-18T12:07:21.7557312Z         PASS [   0.019s] ( 957/1173) spt-runtime runtime::tests::quote_and_semicolon_values_stay_one_element
2026-06-18T12:07:21.7582019Z         PASS [   0.024s] ( 958/1173) spt-runtime runtime::tests::resolve_program_adds_exe_suffix_on_windows
2026-06-18T12:07:21.7582787Z         PASS [   0.023s] ( 959/1173) spt-runtime runtime::tests::resolve_program_falls_back_to_path
2026-06-18T12:07:24.5352534Z         PASS [   2.844s] ( 960/1173) spt-runtime runtime::tests::bounded_run_kills_on_timeout
2026-06-18T12:07:24.5353114Z         PASS [   2.905s] ( 961/1173) spt-runtime resolve::tests::pointer_overrides_fallback
2026-06-18T12:07:24.5403425Z         PASS [   2.797s] ( 962/1173) spt-runtime runtime::tests::resolve_program_prefers_install_dir
2026-06-18T12:07:24.6109498Z         PASS [   2.935s] ( 963/1173) spt-runtime resolve::tests::set_clear_prune_rules
2026-06-18T12:07:24.6110356Z         PASS [   2.863s] ( 964/1173) spt-runtime runtime::tests::unknown_role_errors
2026-06-18T12:07:24.6143921Z         PASS [   2.923s] ( 965/1173) spt-runtime resolve::tests::stale_pointer_self_heals_to_fallback
2026-06-18T12:07:24.6149165Z         PASS [   2.868s] ( 966/1173) spt-runtime runtime::tests::tokenize_honors_double_quotes
2026-06-18T12:07:24.6191880Z         PASS [   2.867s] ( 967/1173) spt-store access::tests::recent_outbound_correlates_within_window
2026-06-18T12:07:24.6298557Z         PASS [   2.879s] ( 968/1173) spt-store access::tests::allow_revoke_open_polarity
2026-06-18T12:07:24.6301447Z         PASS [   0.095s] ( 969/1173) spt-store access::tests::users_reservation_decodes_inert
2026-06-18T12:07:24.6320855Z         PASS [   2.941s] ( 970/1173) spt-runtime runtime::tests::bounded_run_captures_success
2026-06-18T12:07:24.6799207Z         PASS [   2.921s] ( 971/1173) spt-store access::tests::recent_outbound_is_bounded
2026-06-18T12:07:24.6834620Z         PASS [   2.924s] ( 972/1173) spt-store access::tests::recent_outbound_persists
2026-06-18T12:07:24.6855988Z         PASS [   0.151s] ( 973/1173) spt-store access::tests::store_persists_and_degrades_open
2026-06-18T12:07:24.6856668Z         PASS [   0.076s] ( 974/1173) spt-store atomic::tests::retry_absorbs_transient_then_succeeds
2026-06-18T12:07:24.7356920Z         PASS [   2.991s] ( 975/1173) spt-runtime runtime::tests::spawn_session_detached_returns_pid
2026-06-18T12:07:24.7357593Z         PASS [   0.197s] ( 976/1173) spt-store atomic::tests::atomic_write_bytes_round_trips
2026-06-18T12:07:24.7358177Z         PASS [   0.128s] ( 977/1173) spt-store atomic::tests::atomic_write_creates_and_replaces
2026-06-18T12:07:24.7370918Z         PASS [   0.127s] ( 978/1173) spt-store atomic::tests::retry_does_not_retry_non_transient
2026-06-18T12:07:24.7376926Z         PASS [   0.127s] ( 979/1173) spt-store atomic::tests::retry_gives_up_after_max_attempts
2026-06-18T12:07:24.7410018Z         PASS [   0.122s] ( 980/1173) spt-store atomic::tests::to_forward_slash_strips_unc_prefix
2026-06-18T12:07:24.7472497Z         PASS [   0.117s] ( 981/1173) spt-store attachment::tests::boot_reset_and_serving_filter
2026-06-18T12:07:24.7508648Z         PASS [   0.122s] ( 982/1173) spt-store attachment::tests::attached_default_flip_roundtrip
2026-06-18T12:07:24.7522904Z         PASS [   0.120s] ( 983/1173) spt-store attachment::tests::corrupt_file_degrades_to_attached
2026-06-18T12:07:24.7873156Z         PASS [   0.050s] ( 984/1173) spt-store contextmark::tests::join_bump_dominates_both_parents
2026-06-18T12:07:24.7905393Z         PASS [   0.053s] ( 985/1173) spt-store contextmark::tests::marker_round_trips_v1_and_v2
2026-06-18T12:07:24.7954071Z         PASS [   0.053s] ( 986/1173) spt-store contextmark::tests::merge_decisions
2026-06-18T12:07:24.7971738Z         PASS [   0.050s] ( 987/1173) spt-store contextmark::tests::vector_compare_covers_all_orders
2026-06-18T12:07:24.8056347Z         PASS [   0.052s] ( 988/1173) spt-store contextmark::tests::vector_parse_tolerant
2026-06-18T12:07:24.8825538Z         PASS [  12.299s] ( 989/1173) spt-live signoff::tests::boundary_writes_resume_commune
2026-06-18T12:07:25.1244448Z         PASS [   0.327s] ( 990/1173) spt-store contextstore::tests::invalid_id_refused
2026-06-18T12:07:25.1689095Z         PASS [   0.041s] ( 991/1173) spt-store epoch::tests::corrupt_or_absent_file_degrades_safely
2026-06-18T12:07:25.1879520Z         PASS [   0.026s] ( 992/1173) spt-store epoch::tests::counter_persists_across_reload
2026-06-18T12:07:25.2147177Z         PASS [   0.022s] ( 993/1173) spt-store epoch::tests::next_is_strictly_increasing_from_one
2026-06-18T12:07:25.2323470Z         PASS [   0.025s] ( 994/1173) spt-store gitrun::tests::deadline_kills_and_reports_timed_out
2026-06-18T12:07:25.2423750Z         PASS [   0.505s] ( 995/1173) spt-store branchstore::tests::open_or_init_idempotent
2026-06-18T12:07:25.2554589Z         PASS [   0.012s] ( 996/1173) spt-store grants::tests::grant_match_is_exact_per_tuple
2026-06-18T12:07:25.2727782Z         PASS [   0.019s] ( 997/1173) spt-store grants::tests::grant_revoke_roundtrip_default_deny
2026-06-18T12:07:25.3108939Z         PASS [   0.031s] ( 998/1173) spt-store grants::tests::persistence_and_corrupt_degrade_to_deny
2026-06-18T12:07:25.3260883Z         PASS [   0.086s] ( 999/1173) spt-store gitrun::tests::version_runs_within_budget
2026-06-18T12:07:25.3459456Z         PASS [   0.041s] (1000/1173) spt-store history::tests::appends_one_record_per_line
2026-06-18T12:07:25.3611933Z         PASS [   0.042s] (1001/1173) spt-store history::tests::context_entries_carry_the_discriminator
2026-06-18T12:07:25.3799757Z         PASS [   0.032s] (1002/1173) spt-store history::tests::digest_entries_go_to_a_separate_log
2026-06-18T12:07:25.3939098Z         PASS [   0.014s] (1003/1173) spt-store home::tests::home_assignment_matrix
2026-06-18T12:07:25.3966692Z         PASS [   0.036s] (1004/1173) spt-store home::tests::adoption_stamps_only_unset_and_only_when_unambiguous
2026-06-18T12:07:25.4084817Z         PASS [   0.018s] (1005/1173) spt-store home::tests::scope_seeding_never_clobbers_user_policy
2026-06-18T12:07:25.4127734Z         PASS [   0.016s] (1006/1173) spt-store home::tests::stamp_creation_fields_news_assign_and_revives_carry_forward
2026-06-18T12:07:25.4273619Z         PASS [   0.019s] (1007/1173) spt-store hostlabel::tests::hostname_is_nonempty_and_trimmed_on_supported_platforms
2026-06-18T12:07:25.4676503Z         PASS [   0.054s] (1008/1173) spt-store info::tests::busy_sentinel_round_trips_and_read_pid_is_none
2026-06-18T12:07:25.5203986Z         PASS [   0.051s] (1009/1173) spt-store info::tests::controllable_is_additive_and_round_trips
2026-06-18T12:07:25.5516949Z         PASS [   0.033s] (1010/1173) spt-store info::tests::corrupt_content_returns_none
2026-06-18T12:07:25.8401209Z         PASS [   0.288s] (1011/1173) spt-store info::tests::mutate_info_serializes_writers_so_offline_is_never_clobbered
2026-06-18T12:07:25.9386502Z         PASS [   0.098s] (1012/1173) spt-store info::tests::psyche_host_error_round_trips_and_set_clear_increments
2026-06-18T12:07:25.9590494Z         PASS [   1.223s] (1013/1173) spt-store branchstore::tests::sweep_removes_only_stale_empty_locks
2026-06-18T12:07:25.9707303Z         PASS [   0.032s] (1014/1173) spt-store info::tests::read_pid_tolerates_schema_minimal
2026-06-18T12:07:26.0148477Z         PASS [   0.056s] (1015/1173) spt-store info::tests::set_driven_by_stamps_and_clears
2026-06-18T12:07:26.0149972Z         PASS [   0.044s] (1016/1173) spt-store info::tests::set_last_active_stamps_recency
2026-06-18T12:07:26.0561454Z         PASS [   0.041s] (1017/1173) spt-store info::tests::set_resources_writes_and_clears_the_blurb
2026-06-18T12:07:26.0728522Z         PASS [   0.058s] (1018/1173) spt-store info::tests::set_rest_state_stamps_state_and_anchor_as_a_pair
2026-06-18T12:07:26.0942789Z         PASS [   0.038s] (1019/1173) spt-store info::tests::set_status_marks_existing_record
2026-06-18T12:07:26.1295289Z         PASS [   0.035s] (1020/1173) spt-store liveness::tests::busy_and_missing_keep_interim_parity
2026-06-18T12:07:26.1305051Z         PASS [   0.058s] (1021/1173) spt-store info::tests::write_read_round_trip
2026-06-18T12:07:26.1755637Z         PASS [   0.045s] (1022/1173) spt-store liveness::tests::daemon_hosted_online_survives_dead_pid
2026-06-18T12:07:26.1794940Z         PASS [   0.050s] (1023/1173) spt-store liveness::tests::daemon_hosted_offline_overrides_live_pid
2026-06-18T12:07:26.2258779Z         PASS [   0.050s] (1024/1173) spt-store liveness::tests::external_perch_still_pid_probes
2026-06-18T12:07:26.2652785Z         PASS [   0.039s] (1025/1173) spt-store nodeid::tests::corrupt_key_errors_never_regenerates
2026-06-18T12:07:26.2852742Z         PASS [   0.106s] (1026/1173) spt-store liveness::tests::registry_entry_keys_on_status_for_hosted_rows
2026-06-18T12:07:26.3054101Z         PASS [   0.040s] (1027/1173) spt-store nodeid::tests::create_then_load_is_stable
2026-06-18T12:07:26.3438048Z         PASS [   0.058s] (1028/1173) spt-store nodeid::tests::seed_hex_round_trips
2026-06-18T12:07:26.4306790Z         PASS [   0.126s] (1029/1173) spt-store notif::tests::listing_is_subnet_scoped
2026-06-18T12:07:26.4986638Z         PASS [   1.819s] (1030/1173) spt-store branchstore::tests::branches_are_independent_roots
2026-06-18T12:07:26.5796373Z         PASS [   0.149s] (1031/1173) spt-store notif::tests::produce_list_dismiss_round_trip
2026-06-18T12:07:26.5820896Z         PASS [   0.238s] (1032/1173) spt-store notif::tests::merge_is_idempotent_and_commutative
2026-06-18T12:07:26.6103741Z         PASS [   0.031s] (1033/1173) spt-store notif::tests::row_serde_round_trips_with_forward_compat
2026-06-18T12:07:26.6682867Z         PASS [   0.168s] (1034/1173) spt-store notif::tests::reopen_is_durable_and_corrupt_seen_degrades
2026-06-18T12:07:26.6925838Z         PASS [   0.025s] (1035/1173) spt-store peeraddrs::tests::corrupt_file_degrades_to_empty
2026-06-18T12:07:26.7223500Z         PASS [   0.031s] (1036/1173) spt-store peeraddrs::tests::put_get_roundtrip_and_noop_reput
2026-06-18T12:07:26.7224543Z         PASS [   2.037s] (1037/1173) spt-store branchstore::tests::multi_key_commit_is_one_commit
2026-06-18T12:07:26.7375671Z         PASS [   0.155s] (1038/1173) spt-store notif::tests::seen_unions_and_surfaced_maxes
2026-06-18T12:07:26.7448415Z         PASS [   0.134s] (1039/1173) spt-store notif::tests::stale_undismissed_copy_cannot_undismiss
2026-06-18T12:07:26.7645084Z         PASS [   0.042s] (1040/1173) spt-store peeraddrs::tests::record_is_one_step_and_skips_noops
2026-06-18T12:07:26.7655228Z         PASS [   0.043s] (1041/1173) spt-store perch::tests::child_files_route_through_one_resolver
2026-06-18T12:07:26.7667676Z         PASS [   0.029s] (1042/1173) spt-store perch::tests::classification_matrix
2026-06-18T12:07:26.7668254Z         PASS [   2.031s] (1043/1173) spt-store branchstore::tests::unchanged_write_is_no_commit
2026-06-18T12:07:26.7670885Z         PASS [   0.022s] (1044/1173) spt-store perch::tests::explicit_parent_wins_over_infer
2026-06-18T12:07:26.7842934Z         PASS [   0.019s] (1045/1173) spt-store perch::tests::resolve_psyche_and_worker_nest_under_parent
2026-06-18T12:07:26.7909390Z         PASS [   0.023s] (1046/1173) spt-store perch::tests::resolve_self_is_flat
2026-06-18T12:07:26.7921478Z         PASS [   0.027s] (1047/1173) spt-store perch::tests::list_self_perch_ids_enumerates_bound_top_level
2026-06-18T12:07:26.7993338Z         PASS [   0.032s] (1048/1173) spt-store perch::tests::shell_perches_resolve_under_owner_shells_namespace
2026-06-18T12:07:26.8026657Z         PASS [   0.036s] (1049/1173) spt-store perch::tests::spt_home_is_pure_and_honors_env
2026-06-18T12:07:26.8140331Z         PASS [   0.022s] (1050/1173) spt-store proc::tests::exe_basename_resolves_current_process
2026-06-18T12:07:26.8150113Z         PASS [   0.012s] (1051/1173) spt-store proc::tests::pid_zero_is_dead_on_every_os
2026-06-18T12:07:26.8205003Z         PASS [   0.021s] (1052/1173) spt-store proc::tests::parent_pid_resolves_and_is_alive
2026-06-18T12:07:26.8205669Z         PASS [   0.030s] (1053/1173) spt-store proc::tests::exe_basename_dead_pid_is_none
2026-06-18T12:07:26.8238558Z         PASS [   0.039s] (1054/1173) spt-store proc::tests::current_process_is_alive
2026-06-18T12:07:26.8464080Z         PASS [   0.025s] (1055/1173) spt-store proc::tests::unassigned_pid_is_dead
2026-06-18T12:07:26.8467923Z         PASS [   0.023s] (1056/1173) spt-store project::tests::url_spellings_normalize_to_one_id
2026-06-18T12:07:26.8560256Z         PASS [   0.042s] (1057/1173) spt-store proc::tests::process_cmdline_reads_a_live_arg_marker
2026-06-18T12:07:26.8780757Z         PASS [   2.191s] (1058/1173) spt-store branchstore::tests::commit_then_read_at_tip
2026-06-18T12:07:27.0101827Z         PASS [   0.146s] (1059/1173) spt-store registry::tests::register_and_lookup
2026-06-18T12:07:27.0153948Z         PASS [   0.138s] (1060/1173) spt-store registry::tests::register_on_nonexistent_owlery_creates_dir_and_succeeds
2026-06-18T12:07:27.0559630Z         PASS [   0.216s] (1061/1173) spt-store registry::tests::clean_removes_dead_keeps_live
2026-06-18T12:07:27.0600900Z         PASS [   0.235s] (1062/1173) spt-store registry::tests::clean_keys_on_status_for_daemon_hosted_rows
2026-06-18T12:07:27.0601632Z         PASS [   2.265s] (1063/1173) spt-store contextstore::tests::project_branch_holds_many_agents
2026-06-18T12:07:27.1075005Z         PASS [   0.048s] (1064/1173) spt-store rename::tests::live_nested_child_blocks_rename
2026-06-18T12:07:27.1154799Z         PASS [   0.055s] (1065/1173) spt-store rename::tests::rename_refusals_leave_owlery_untouched
2026-06-18T12:07:27.1374351Z         PASS [   0.023s] (1066/1173) spt-store roster::tests::is_member_any_spans_subnets_and_honors_tombstones
2026-06-18T12:07:27.1656533Z         PASS [   0.110s] (1067/1173) spt-store registry::tests::resolve_on_empty_registry_is_none_not_error
2026-06-18T12:07:27.1666845Z         PASS [   0.164s] (1068/1173) spt-store registry::tests::reregister_replaces_address
2026-06-18T12:07:27.1674215Z         PASS [   0.030s] (1069/1173) spt-store roster::tests::merge_entry_is_strictly_greater_lease_wins
2026-06-18T12:07:27.1770546Z         PASS [   0.065s] (1070/1173) spt-store rename::tests::rename_ripples_self_and_nested_children
2026-06-18T12:07:27.1895476Z         PASS [   0.174s] (1071/1173) spt-store registry::tests::resolve_cleans_before_lookup
2026-06-18T12:07:27.1899464Z         PASS [   0.022s] (1072/1173) spt-store roster::tests::roster_for_projects_one_subnets_slice
2026-06-18T12:07:27.2012073Z         PASS [   0.027s] (1073/1173) spt-store roster::tests::merge_is_commutative_and_idempotent
2026-06-18T12:07:27.2012797Z         PASS [   0.029s] (1074/1173) spt-store roster::tests::offline_member_persists_through_silence_and_reload
2026-06-18T12:07:27.2164738Z         PASS [   0.024s] (1075/1173) spt-store roster::tests::tombstones_are_scoped_and_merge
2026-06-18T12:07:27.2165372Z         PASS [   0.042s] (1076/1173) spt-store roster::tests::serde_additive_and_degrades_to_empty
2026-06-18T12:07:27.2175001Z         PASS [   0.025s] (1077/1173) spt-store roster::tests::upsert_self_overwrites_unconditionally
2026-06-18T12:07:27.2181197Z         PASS [   0.029s] (1078/1173) spt-store roster::tests::tombstone_dominates_suppresses_reinsert_and_clears
2026-06-18T12:07:27.2313165Z         PASS [   0.028s] (1079/1173) spt-store rotation::tests::coalesce_is_per_subnet
2026-06-18T12:07:27.2313985Z         PASS [   0.017s] (1080/1173) spt-store rotation::tests::coalesce_unions_revokees_and_keeps_earliest_deadline
2026-06-18T12:07:27.2479080Z         PASS [   0.030s] (1081/1173) spt-store rotation::tests::due_subnets_respects_deadline_and_force_is_immediate
2026-06-18T12:07:27.2479850Z         PASS [   0.029s] (1082/1173) spt-store seed::tests::absent_cwd_is_omitted
2026-06-18T12:07:27.2782453Z         PASS [   0.055s] (1083/1173) spt-store seed::tests::seed_round_trips_through_json
2026-06-18T12:07:27.2862651Z         PASS [   0.063s] (1084/1173) spt-store rotation::tests::persists_and_degrades_to_empty
2026-06-18T12:07:28.9383313Z         PASS [   1.701s] (1085/1173) spt-store sessions::tests::appends_and_reads_in_order
2026-06-18T12:07:29.9623134Z         PASS [   2.715s] (1086/1173) spt-store sessions::tests::same_session_rebind_is_deduped
2026-06-18T12:07:29.9831033Z         PASS [   2.699s] (1087/1173) spt-store sessions::tests::tolerant_of_garbage_lines
2026-06-18T12:07:30.0206753Z         PASS [   1.089s] (1088/1173) spt-store shellinfo::tests::composite_option_mints_colon_free_id_and_carries_the_composite
2026-06-18T12:07:30.0234611Z         PASS [   2.743s] (1089/1173) spt-store shellinfo::tests::alias_unique_rename_and_resolution
2026-06-18T12:07:30.0368152Z         PASS [   0.075s] (1090/1173) spt-store shellinfo::tests::mint_smallest_free_and_teardown_frees
2026-06-18T12:07:30.0435049Z         PASS [   0.065s] (1091/1173) spt-store shellinfo::tests::shellinfo_roundtrip_and_corrupt_tolerance
2026-06-18T12:07:30.1563546Z         PASS [   3.313s] (1092/1173) spt-store registry::tests::concurrent_registration_never_locks
2026-06-18T12:07:30.2988619Z         PASS [   3.479s] (1093/1173) spt-store project::tests::derivation_ladder
2026-06-18T12:07:30.3437659Z         PASS [   0.187s] (1094/1173) spt-store spool::tests::reopen_is_idempotent
2026-06-18T12:07:30.3828077Z         PASS [   0.358s] (1095/1173) spt-store spool::tests::drain_marks_delivered_and_is_idempotent
2026-06-18T12:07:30.3875971Z         PASS [   0.367s] (1096/1173) spt-store spool::tests::deferred_row_survives_event_drain_then_hook_delivers
2026-06-18T12:07:30.4123797Z         PASS [   0.023s] (1097/1173) spt-store subnet::tests::add_joined_preserves_seed_and_epoch
2026-06-18T12:07:30.4371531Z         PASS [   0.138s] (1098/1173) spt-store spool::tests::spool_touches_has_messages_sentinel
2026-06-18T12:07:30.4405950Z         PASS [   0.397s] (1099/1173) spt-store spool::tests::non_deferred_drain_skips_deferred_and_preserves_order
2026-06-18T12:07:30.4417953Z         PASS [   0.032s] (1100/1173) spt-store subnet::tests::adopt_rotation_takes_newer_seed_and_is_idempotent
2026-06-18T12:07:30.4655375Z         PASS [   0.022s] (1101/1173) spt-store subnet::tests::hex_round_trips_and_rejects_bad_input
2026-06-18T12:07:30.4656072Z         PASS [   0.024s] (1102/1173) spt-store subnet::tests::create_subnet_starts_at_epoch_one_unique_name
2026-06-18T12:07:30.4859101Z         PASS [   0.024s] (1103/1173) spt-store subnet::tests::minted_seeds_are_random
2026-06-18T12:07:30.4936936Z         PASS [   0.052s] (1104/1173) spt-store subnet::tests::hide_new_endpoints_defaults_off_and_persists
2026-06-18T12:07:30.4951022Z         PASS [   0.033s] (1105/1173) spt-store subnet::tests::missing_or_corrupt_file_is_empty_store
2026-06-18T12:07:30.5034326Z         PASS [   0.156s] (1106/1173) spt-store spool::tests::wan_mark_seen_claims_once_and_blocks_spool_path
2026-06-18T12:07:30.5167407Z         PASS [   0.024s] (1107/1173) spt-store subnet::tests::no_prior_generation_before_rotation
2026-06-18T12:07:30.5183419Z         PASS [   0.020s] (1108/1173) spt-store subnet::tests::remove_drops_membership
2026-06-18T12:07:30.5310379Z         PASS [   0.035s] (1109/1173) spt-store subnet::tests::rotate_bumps_epoch_and_changes_seed
2026-06-18T12:07:30.5738818Z         PASS [   0.071s] (1110/1173) spt-store subnet::tests::store_persists_multi_subnet_and_rotation
2026-06-18T12:07:30.5991899Z         PASS [   0.211s] (1111/1173) spt-store spool::tests::wan_spool_dedups_on_op_id_across_reopen
2026-06-18T12:07:30.6667513Z         PASS [   0.625s] (1112/1173) spt-store spool::tests::event_part_body_persists_byte_exact
2026-06-18T12:07:30.6796106Z         PASS [   3.430s] (1113/1173) spt-store sessions::tests::last_k_and_bounding
2026-06-18T12:07:34.2987978Z         PASS [   9.411s] (1114/1173) spt-store contextstore::tests::two_tier_layout_and_commits
2026-06-18T12:07:34.3380742Z         PASS [   0.037s] (1115/1173) spt-store timefmt::tests::formats_known_instants
2026-06-18T12:07:34.3763361Z         PASS [   0.043s] (1116/1173) spt-store timefmt::tests::lexical_order_matches_chronological_order
2026-06-18T12:07:34.4087020Z         PASS [   3.816s] (1117/1173) spt-store syncmerge::tests::non_context_branch_refused
2026-06-18T12:07:34.4144555Z         PASS [   0.042s] (1118/1173) spt-store visibility::tests::hidden_gates_sync_even_when_listed
2026-06-18T12:07:34.4316278Z         PASS [   0.019s] (1119/1173) spt-store visibility::tests::hidden_is_or_of_defaults
2026-06-18T12:07:34.4316883Z         PASS [   0.019s] (1120/1173) spt-store visibility::tests::override_wins_both_directions
2026-06-18T12:07:34.4814584Z         PASS [   0.043s] (1121/1173) spt-store visibility::tests::synced_requires_membership_listing
2026-06-18T12:07:34.4815323Z         PASS [   0.047s] (1122/1173) spt-store visibility::tests::store_persists_and_degrades_safe
2026-06-18T12:07:34.9878192Z         PASS [   0.514s] (1123/1173) spt-store xfer::tests::progress_round_trips_per_role_and_updates_mid_flight
2026-06-18T12:07:34.9878957Z         PASS [   0.512s] (1124/1173) spt-store xfer::tests::xfer_id_is_filename_safe_and_distinct
2026-06-18T12:07:35.0339403Z         PASS [   0.038s] (1125/1173) spt-term digest::tests::truncate_arg_cuts_to_width_with_ellipsis
2026-06-18T12:07:35.0627416Z         PASS [   0.068s] (1126/1173) spt-term digest::tests::config_defaults_are_the_presentation_formula
2026-06-18T12:07:35.0723200Z         PASS [   0.042s] (1127/1173) spt-term projection::tests::agent_between_tools_breaks_the_sprint
2026-06-18T12:07:35.0824411Z         PASS [   0.027s] (1128/1173) spt-term projection::tests::context_record_discriminator
2026-06-18T12:07:35.1010763Z         PASS [   0.034s] (1129/1173) spt-term projection::tests::diagnostics_clean_stream_has_no_drops
2026-06-18T12:07:35.1140545Z         PASS [   0.031s] (1130/1173) spt-term projection::tests::diagnostics_record_every_drop_with_reason
2026-06-18T12:07:35.1199428Z         PASS [   0.019s] (1131/1173) spt-term projection::tests::empty_input_projects_empty_digest
2026-06-18T12:07:35.1329713Z         PASS [   0.019s] (1132/1173) spt-term projection::tests::leading_output_without_input_is_a_preamble_turn
2026-06-18T12:07:35.1513353Z         PASS [   0.018s] (1133/1173) spt-term projection::tests::projects_input_agent_and_collapses_tool_sprints
2026-06-18T12:07:35.1559346Z         PASS [   0.036s] (1134/1173) spt-term projection::tests::malformed_unknown_role_and_toolless_tool_are_skipped
2026-06-18T12:07:35.1676434Z         PASS [   0.016s] (1135/1173) spt-term projection::tests::sprint_collapse_off_keeps_tools_separate
2026-06-18T12:07:35.1717178Z         PASS [   0.015s] (1136/1173) spt-term projection::tests::timeline_boundary_divider_and_window_bridge
2026-06-18T12:07:35.1876902Z         PASS [   0.020s] (1137/1173) spt-term projection::tests::timeline_folds_context_into_a_turn
2026-06-18T12:07:35.1956411Z         PASS [   0.022s] (1138/1173) spt-term projection::tests::truncates_tool_args_to_width
2026-06-18T12:07:35.2109997Z         PASS [   0.023s] (1139/1173) spt-term projection::tests::ts_ordering_key_parses_and_is_optional
2026-06-18T12:07:35.2148177Z         PASS [   0.020s] (1140/1173) spt-term projection::tests::unknown_fields_are_tolerated
2026-06-18T12:07:35.2319214Z         PASS [  10.478s] (1141/1173) spt-store contextstore::tests::conflict_artifacts_preserve_both_versions
2026-06-18T12:07:35.2389953Z         PASS [   0.028s] (1142/1173) spt-term projection::tests::window_input_turns_bridges_and_trims
2026-06-18T12:07:35.2502589Z         PASS [   0.035s] (1143/1173) spt-term projection::tests::windows_to_last_n_turns
2026-06-18T12:07:35.2607890Z         PASS [   0.030s] (1144/1173) spt-term reader::tests::auto_answers_synthetic_dsr_query
2026-06-18T12:07:35.2682490Z         PASS [   0.029s] (1145/1173) spt-term reader::tests::dsr_matcher_finds_query_across_chunk_boundary
2026-06-18T12:07:35.2873888Z         PASS [   0.037s] (1146/1173) spt-term reader::tests::no_dsr_means_no_answer
2026-06-18T12:07:35.2936469Z         PASS [   0.032s] (1147/1173) spt-term winprog::tests::bare_name_prefers_cmd_over_extensionless_shim
2026-06-18T12:07:35.2963690Z         PASS [   0.026s] (1148/1173) spt-term winprog::tests::bare_name_prefers_exe_and_spawns_direct
2026-06-18T12:07:35.3248134Z         PASS [   0.037s] (1149/1173) spt-term winprog::tests::earlier_path_dir_wins
2026-06-18T12:07:35.3389272Z         PASS [   0.044s] (1150/1173) spt-term winprog::tests::unresolvable_passes_through
2026-06-18T12:07:35.3395819Z         PASS [   0.045s] (1151/1173) spt-term winprog::tests::explicit_extension_is_classified_in_place
2026-06-18T12:07:35.4433906Z         PASS [  10.760s] (1152/1173) spt-store branchstore::tests::branches_by_recency_orders_newest_first
2026-06-18T12:07:35.4482091Z         PASS [   0.124s] (1153/1173) spt-term::dsr conpty_output_not_withheld_under_the_drain
2026-06-18T12:07:35.4517063Z         PASS [   0.113s] (1154/1173) spt-term::dsr drain_forwards_child_output
2026-06-18T12:07:35.4666343Z         PASS [   0.119s] (1155/1173) spt-term::inject ctrl_c_interrupts_the_child
2026-06-18T12:07:35.5294814Z         PASS [   0.086s] (1156/1173) spt-term::inject send_line_reaches_child_and_preserves_order
2026-06-18T12:07:35.5462068Z         PASS [   0.079s] (1157/1173) spt-term::surface resize_under_load_does_not_hang_or_panic
2026-06-18T12:07:35.5642084Z         PASS [   0.112s] (1158/1173) spt-term::stream delivers_every_value_under_resize
2026-06-18T12:07:35.5788294Z         PASS [   0.049s] (1159/1173) spt-term::winspawn pty_spawns_a_cmd_script_via_cmd_wrap
2026-06-18T12:07:35.6162076Z         PASS [   0.071s] (1160/1173) xtask::bin/xtask converge_tests::converge_table_renders_rows_and_success_predicate
2026-06-18T12:07:35.8058604Z         PASS [  10.379s] (1161/1173) spt-store info::tests::concurrent_read_during_writes_never_torn
2026-06-18T12:07:36.5159077Z         PASS [   1.068s] (1162/1173) spt-term::stream bounded_backpressure_stalls_an_unconsumed_reader
2026-06-18T12:07:36.5676378Z         PASS [  11.765s] (1163/1173) spt-store contextstore::tests::rename_ripples_both_tiers
2026-06-18T12:07:36.6580421Z         PASS [  27.703s] (1164/1173) spt-daemon::sync two_tier_sync_lands_and_gate_refuses_server_side
2026-06-18T12:07:37.1859804Z         PASS [  12.399s] (1165/1173) spt-store contextstore::tests::fork_copies_both_tiers_then_diverges
2026-06-18T12:07:37.4569214Z         PASS [  28.920s] (1166/1173) spt-daemon::sync concurrent_writes_reconcile_on_elected_node_and_converge
2026-06-18T12:07:37.8487489Z         PASS [  13.052s] (1167/1173) spt-store contextstore::tests::remove_endpoint_removes_exactly_the_source
2026-06-18T12:07:38.2448703Z         PASS [   7.674s] (1168/1173) spt-store syncmerge::tests::legacy_bottom_vectors_surface_not_overwrite
2026-06-18T12:07:38.5456364Z         PASS [   8.037s] (1169/1173) spt-store syncmerge::tests::adopt_then_incremental_then_idempotent_repull
2026-06-18T12:07:41.1870493Z         PASS [  10.525s] (1170/1173) spt-store syncmerge::tests::project_branch_unions_disjoint_agents
2026-06-18T12:07:47.6845748Z         PASS [  17.154s] (1171/1173) spt-store syncmerge::tests::dominated_incoming_drops_but_joins_dag
2026-06-18T12:07:48.0053902Z         PASS [  17.491s] (1172/1173) spt-store syncmerge::tests::concurrent_writes_surface_on_both_nodes
2026-06-18T12:07:48.5400615Z         PASS [  17.866s] (1173/1173) spt-store syncmerge::tests::reconciled_write_propagates_and_clears_artifacts
2026-06-18T12:07:48.5401365Z ────────────
2026-06-18T12:07:48.5401639Z      Summary [  68.152s] 1173 tests run: 1173 passed (5 leaky), 1 skipped
2026-06-18T12:07:48.6167762Z ##[group]Run cargo test --workspace --doc
2026-06-18T12:07:48.6168038Z [36;1mcargo test --workspace --doc[0m
2026-06-18T12:07:48.6246206Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-18T12:07:48.6246457Z ##[endgroup]
2026-06-18T12:07:54.2621851Z    Compiling strsim v0.11.1
2026-06-18T12:07:54.2637203Z    Compiling unicode-segmentation v1.13.3
2026-06-18T12:07:54.3576523Z    Compiling darling_core v0.20.11
2026-06-18T12:07:54.4686660Z    Compiling convert_case v0.10.0
2026-06-18T12:07:54.6279883Z    Compiling derive_more-impl v2.1.1
2026-06-18T12:07:55.3866320Z    Compiling darling_macro v0.20.11
2026-06-18T12:07:58.0552083Z    Compiling darling v0.20.11
2026-06-18T12:07:58.0649734Z    Compiling derive_more v2.1.1
2026-06-18T12:07:58.1747765Z    Compiling derive_builder_core v0.20.2
2026-06-18T12:07:58.2389157Z    Compiling n0-future v0.3.2
2026-06-18T12:07:58.2389494Z    Compiling iroh-base v0.98.0
2026-06-18T12:07:58.2389847Z    Compiling noq-proto v0.17.0
2026-06-18T12:07:58.3033168Z    Compiling n0-watcher v0.6.1
2026-06-18T12:07:58.4140861Z    Compiling netwatch v0.16.0
2026-06-18T12:07:58.4720157Z    Compiling iroh-dns v0.98.0
2026-06-18T12:07:58.7016017Z    Compiling derive_builder_macro v0.20.2
2026-06-18T12:07:58.9319781Z    Compiling portmapper v0.16.0
2026-06-18T12:07:58.9580203Z    Compiling derive_builder v0.20.2
2026-06-18T12:07:59.1186464Z    Compiling vergen-lib v9.1.0
2026-06-18T12:07:59.1187087Z    Compiling vergen-lib v0.1.6
2026-06-18T12:07:59.2304848Z    Compiling vergen v9.1.0
2026-06-18T12:07:59.2643962Z    Compiling vergen-gitcl v1.0.8
2026-06-18T12:07:59.5833950Z    Compiling iroh-relay v0.98.0
2026-06-18T12:08:01.2527198Z    Compiling noq v0.18.0
2026-06-18T12:08:06.1307797Z    Compiling iroh v0.98.2
2026-06-18T12:08:15.0679359Z    Compiling spt-net v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-18T12:08:16.4572970Z    Compiling spt-daemon v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-18T12:08:25.1038441Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 36.23s
2026-06-18T12:08:25.1238776Z    Doc-tests spt_daemon
2026-06-18T12:08:25.6442482Z 
2026-06-18T12:08:25.6444326Z running 0 tests
2026-06-18T12:08:25.6444490Z 
2026-06-18T12:08:25.6444659Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-18T12:08:25.6444869Z 
2026-06-18T12:08:25.6512825Z    Doc-tests spt_live
2026-06-18T12:08:25.7144484Z 
2026-06-18T12:08:25.7144648Z running 0 tests
2026-06-18T12:08:25.7144748Z 
2026-06-18T12:08:25.7145378Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-18T12:08:25.7145725Z 
2026-06-18T12:08:25.7192710Z    Doc-tests spt_msg
2026-06-18T12:08:25.7731921Z 
2026-06-18T12:08:25.7732163Z running 0 tests
2026-06-18T12:08:25.7732281Z 
2026-06-18T12:08:25.7732468Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-18T12:08:25.7732683Z 
2026-06-18T12:08:25.7806438Z    Doc-tests spt_net
2026-06-18T12:08:26.0183601Z 
2026-06-18T12:08:26.0183869Z running 0 tests
2026-06-18T12:08:26.0184015Z 
2026-06-18T12:08:26.0184253Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-18T12:08:26.0184571Z 
2026-06-18T12:08:26.0248431Z    Doc-tests spt_proto
2026-06-18T12:08:26.0707411Z 
2026-06-18T12:08:26.0707579Z running 0 tests
2026-06-18T12:08:26.0707681Z 
2026-06-18T12:08:26.0707852Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-18T12:08:26.0708062Z 
2026-06-18T12:08:26.0751088Z    Doc-tests spt_runtime
2026-06-18T12:08:26.2658549Z 
2026-06-18T12:08:26.2658877Z running 0 tests
2026-06-18T12:08:26.2659037Z 
2026-06-18T12:08:26.2659442Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-18T12:08:26.2660036Z 
2026-06-18T12:08:26.2726927Z    Doc-tests spt_store
2026-06-18T12:08:26.4381152Z 
2026-06-18T12:08:26.4381249Z running 0 tests
2026-06-18T12:08:26.4381350Z 
2026-06-18T12:08:26.4381572Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-18T12:08:26.4381790Z 
2026-06-18T12:08:26.4444216Z    Doc-tests spt_term
2026-06-18T12:08:26.5085906Z 
2026-06-18T12:08:26.5086049Z running 0 tests
2026-06-18T12:08:26.5086148Z 
2026-06-18T12:08:26.5086315Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-18T12:08:26.5086533Z 
2026-06-18T12:08:26.6001189Z ##[group]Run cargo clippy --workspace --all-targets -- -D warnings
2026-06-18T12:08:26.6001540Z [36;1mcargo clippy --workspace --all-targets -- -D warnings[0m
2026-06-18T12:08:26.6074415Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-18T12:08:26.6074643Z ##[endgroup]
2026-06-18T12:08:27.5569298Z     Checking cfg-if v1.0.4
2026-06-18T12:08:27.5569525Z     Checking windows-link v0.2.1
2026-06-18T12:08:27.5569859Z     Checking typenum v1.20.1
2026-06-18T12:08:27.5581135Z     Checking memchr v2.8.1
2026-06-18T12:08:27.5581381Z     Checking critical-section v1.2.0
2026-06-18T12:08:27.5583758Z     Checking subtle v2.6.1
2026-06-18T12:08:27.5588325Z     Checking smallvec v1.15.1
2026-06-18T12:08:27.5591760Z     Checking serde_core v1.0.228
2026-06-18T12:08:27.5593682Z     Checking equivalent v1.0.2
2026-06-18T12:08:27.5593951Z     Checking itoa v1.0.18
2026-06-18T12:08:27.5594186Z     Checking cpufeatures v0.2.17
2026-06-18T12:08:27.5594513Z     Checking pin-project-lite v0.2.17
2026-06-18T12:08:27.5596836Z     Checking hashbrown v0.17.1
2026-06-18T12:08:27.5597234Z     Checking log v0.4.32
2026-06-18T12:08:27.5603551Z     Checking zeroize v1.8.2
2026-06-18T12:08:27.6001895Z     Checking getrandom v0.2.17
2026-06-18T12:08:27.6112756Z     Checking windows-sys v0.61.2
2026-06-18T12:08:27.6694559Z    Compiling getrandom v0.3.4
2026-06-18T12:08:27.6885932Z     Checking rand_core v0.10.1
2026-06-18T12:08:27.6926535Z     Checking futures-core v0.3.32
2026-06-18T12:08:27.7075803Z     Checking bytes v1.11.1
2026-06-18T12:08:27.7123372Z     Checking stable_deref_trait v1.2.1
2026-06-18T12:08:27.7148483Z     Checking bitflags v2.12.1
2026-06-18T12:08:27.7163881Z     Checking zerofrom v0.1.8
2026-06-18T12:08:27.7388580Z     Checking libc v0.2.186
2026-06-18T12:08:27.7425223Z     Checking winapi v0.3.9
2026-06-18T12:08:27.7528264Z     Checking futures-sink v0.3.32
2026-06-18T12:08:27.7982309Z     Checking slab v0.4.12
2026-06-18T12:08:27.8079263Z     Checking futures-io v0.3.32
2026-06-18T12:08:27.8310277Z    Compiling jobserver v0.1.34
2026-06-18T12:08:27.8385829Z     Checking getrandom v0.4.2
2026-06-18T12:08:27.8485871Z     Checking futures-channel v0.3.32
2026-06-18T12:08:27.8577603Z     Checking yoke v0.8.3
2026-06-18T12:08:27.8763745Z     Checking futures-task v0.3.32
2026-06-18T12:08:27.9133311Z     Checking rand_core v0.6.4
2026-06-18T12:08:27.9351057Z     Checking zerocopy v0.8.50
2026-06-18T12:08:27.9432900Z     Checking signature v2.2.0
2026-06-18T12:08:27.9841503Z     Checking zmij v1.0.21
2026-06-18T12:08:27.9841768Z     Checking fastrand v2.4.1
2026-06-18T12:08:28.0397173Z    Compiling cc v1.2.63
2026-06-18T12:08:28.0513417Z     Checking fallible-streaming-iterator v0.1.9
2026-06-18T12:08:28.0797289Z     Checking futures-util v0.3.32
2026-06-18T12:08:28.0797829Z     Checking zerovec v0.11.6
2026-06-18T12:08:28.0936529Z     Checking ed25519 v2.2.3
2026-06-18T12:08:28.1026143Z     Checking writeable v0.6.3
2026-06-18T12:08:28.2026069Z     Checking indexmap v2.14.0
2026-06-18T12:08:28.2212895Z     Checking fallible-iterator v0.3.0
2026-06-18T12:08:28.2315107Z     Checking litemap v0.8.2
2026-06-18T12:08:28.2613387Z     Checking zerotrie v0.2.4
2026-06-18T12:08:28.2613726Z     Checking windows_x86_64_msvc v0.52.6
2026-06-18T12:08:28.2793755Z     Checking utf8_iter v1.0.4
2026-06-18T12:08:28.2794666Z     Checking icu_normalizer_data v2.2.0
2026-06-18T12:08:28.3628234Z     Checking icu_properties_data v2.2.0
2026-06-18T12:08:28.4155323Z     Checking windows-targets v0.52.6
2026-06-18T12:08:28.4390249Z     Checking percent-encoding v2.3.2
2026-06-18T12:08:28.4488951Z     Checking http v1.4.1
2026-06-18T12:08:28.5371006Z     Checking cpufeatures v0.3.0
2026-06-18T12:08:28.5785331Z     Checking windows-sys v0.59.0
2026-06-18T12:08:28.6026375Z     Checking scopeguard v1.2.0
2026-06-18T12:08:28.6090850Z     Checking thiserror v2.0.18
2026-06-18T12:08:28.6135099Z     Checking form_urlencoded v1.2.2
2026-06-18T12:08:28.6193494Z     Checking tinystr v0.8.3
2026-06-18T12:08:28.6252668Z     Checking potential_utf v0.1.5
2026-06-18T12:08:28.6457655Z     Checking chacha20 v0.10.0
2026-06-18T12:08:28.6898110Z     Checking lock_api v0.4.14
2026-06-18T12:08:28.7066855Z     Checking generic-array v0.14.7
2026-06-18T12:08:28.7328349Z     Checking rustls-pki-types v1.14.1
2026-06-18T12:08:28.7503870Z     Checking untrusted v0.9.0
2026-06-18T12:08:28.7559906Z     Checking icu_collections v2.2.0
2026-06-18T12:08:28.8083356Z     Checking icu_locale_core v2.2.0
2026-06-18T12:08:28.8982175Z    Compiling cmake v0.1.58
2026-06-18T12:08:28.9115038Z    Compiling fnv v1.0.7
2026-06-18T12:08:28.9355686Z     Checking rand v0.10.1
2026-06-18T12:08:28.9525335Z     Checking windows-strings v0.5.1
2026-06-18T12:08:29.0553628Z    Compiling darling_core v0.20.11
2026-06-18T12:08:29.0762394Z     Checking windows-result v0.4.1
2026-06-18T12:08:29.1313288Z     Checking const-oid v0.10.2
2026-06-18T12:08:29.1642288Z     Checking atomic-waker v1.1.2
2026-06-18T12:08:29.1748878Z     Checking num-traits v0.2.19
2026-06-18T12:08:29.2946733Z     Checking derive_more v2.1.1
2026-06-18T12:08:29.3256668Z     Checking crypto-common v0.1.7
2026-06-18T12:08:29.3280870Z     Checking block-buffer v0.10.4
2026-06-18T12:08:29.4821930Z     Checking http-body v1.0.1
2026-06-18T12:08:29.4918540Z     Checking hybrid-array v0.4.12
2026-06-18T12:08:29.5026437Z     Checking either v1.16.0
2026-06-18T12:08:29.5297991Z     Checking base64ct v1.8.3
2026-06-18T12:08:29.5999969Z     Checking digest v0.10.7
2026-06-18T12:08:29.6047994Z     Checking httparse v1.10.1
2026-06-18T12:08:29.7175032Z     Checking parking_lot_core v0.9.12
2026-06-18T12:08:29.7456155Z     Checking icu_provider v2.2.0
2026-06-18T12:08:29.8109076Z     Checking try-lock v0.2.5
2026-06-18T12:08:29.8223147Z     Checking serde v1.0.228
2026-06-18T12:08:29.8677301Z     Checking serde_json v1.0.150
2026-06-18T12:08:29.8696125Z     Checking curve25519-dalek v4.1.3
2026-06-18T12:08:29.9420614Z     Checking sha2 v0.10.9
2026-06-18T12:08:29.9478114Z     Checking pem-rfc7468 v1.0.0
2026-06-18T12:08:29.9752381Z     Checking base64 v0.22.1
2026-06-18T12:08:30.0102202Z     Checking fs2 v0.4.3
2026-06-18T12:08:30.0280055Z     Checking tower-service v0.3.3
2026-06-18T12:08:30.0868948Z     Checking icu_properties v2.2.0
2026-06-18T12:08:30.1607254Z     Checking icu_normalizer v2.2.0
2026-06-18T12:08:30.1647010Z     Checking tinyvec_macros v0.1.1
2026-06-18T12:08:30.1656039Z     Checking data-encoding v2.11.0
2026-06-18T12:08:30.1754408Z    Compiling libsqlite3-sys v0.30.1
2026-06-18T12:08:30.2035893Z    Compiling aws-lc-sys v0.41.0
2026-06-18T12:08:30.2621502Z    Compiling ring v0.17.14
2026-06-18T12:08:30.3036344Z     Checking tinyvec v1.11.0
2026-06-18T12:08:30.3157966Z     Checking crypto-common v0.2.2
2026-06-18T12:08:30.4769195Z     Checking portable-atomic v1.13.1
2026-06-18T12:08:30.5164138Z     Checking ipnet v2.12.0
2026-06-18T12:08:30.5341324Z     Checking block-buffer v0.12.0
2026-06-18T12:08:30.6999798Z     Checking der v0.8.0-rc.10
2026-06-18T12:08:30.7846059Z     Checking parking_lot v0.12.5
2026-06-18T12:08:30.7846421Z     Checking want v0.3.1
2026-06-18T12:08:30.8125326Z     Checking n0-error v0.1.3
2026-06-18T12:08:30.8519735Z     Checking ed25519-dalek v2.2.0
2026-06-18T12:08:30.9210412Z     Checking windows-core v0.62.2
2026-06-18T12:08:30.9248182Z     Checking inout v0.1.4
2026-06-18T12:08:30.9267896Z    Compiling anyhow v1.0.102
2026-06-18T12:08:30.9880110Z     Checking serial-core v0.4.0
2026-06-18T12:08:30.9919311Z     Checking once_cell v1.21.4
2026-06-18T12:08:31.1306019Z     Checking parking v2.2.1
2026-06-18T12:08:31.1434840Z     Checking diatomic-waker v0.2.3
2026-06-18T12:08:31.1767819Z     Checking httpdate v1.0.3
2026-06-18T12:08:31.2110166Z     Checking spt-proto v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-18T12:08:31.2387368Z     Checking tracing-core v0.1.36
2026-06-18T12:08:31.2753490Z     Checking cordyceps v0.3.4
2026-06-18T12:08:31.2753879Z     Checking spin v0.10.0
2026-06-18T12:08:31.3411516Z     Checking futures-lite v2.6.1
2026-06-18T12:08:31.3438380Z     Checking idna_adapter v1.2.2
2026-06-18T12:08:31.3608855Z     Checking serial-windows v0.4.0
2026-06-18T12:08:31.4841118Z     Checking cipher v0.4.4
2026-06-18T12:08:31.5140631Z     Checking digest v0.11.3
2026-06-18T12:08:31.5393460Z     Checking thiserror v1.0.69
2026-06-18T12:08:31.5636136Z     Checking idna v1.1.0
2026-06-18T12:08:31.6776486Z     Checking pin-project v1.1.13
2026-06-18T12:08:31.7093572Z     Checking memoffset v0.6.5
2026-06-18T12:08:31.7168128Z     Checking serde_spanned v0.6.9
2026-06-18T12:08:31.7579309Z     Checking tracing v0.1.44
2026-06-18T12:08:31.7579690Z     Checking futures-buffered v0.2.13
2026-06-18T12:08:31.7580996Z     Checking toml_datetime v0.6.11
2026-06-18T12:08:31.7903549Z     Checking spki v0.8.0-rc.4
2026-06-18T12:08:31.8157504Z     Checking universal-hash v0.5.1
2026-06-18T12:08:31.8565995Z     Checking aho-corasick v1.1.4
2026-06-18T12:08:31.8811335Z     Checking url v2.5.8
2026-06-18T12:08:31.8888546Z     Checking sync_wrapper v1.0.2
2026-06-18T12:08:31.9566234Z     Checking lazy_static v1.5.0
2026-06-18T12:08:31.9741888Z     Checking allocator-api2 v0.2.21
2026-06-18T12:08:32.0446249Z    Compiling powerfmt v0.2.0
2026-06-18T12:08:32.0501615Z     Checking winnow v0.7.15
2026-06-18T12:08:32.0591474Z     Checking regex-syntax v0.8.10
2026-06-18T12:08:32.0743413Z     Checking ahash v0.8.12
2026-06-18T12:08:32.0891633Z     Checking pin-utils v0.1.0
2026-06-18T12:08:32.0923031Z     Checking opaque-debug v0.3.1
2026-06-18T12:08:32.1869712Z     Checking byteorder v1.5.0
2026-06-18T12:08:32.2344374Z     Checking bitflags v1.3.2
2026-06-18T12:08:32.2375574Z     Checking toml_write v0.1.2
2026-06-18T12:08:32.2586520Z     Checking hashbrown v0.14.5
2026-06-18T12:08:32.3234305Z     Checking polyval v0.6.2
2026-06-18T12:08:32.3641740Z    Compiling deranged v0.5.8
2026-06-18T12:08:32.3962719Z     Checking nix v0.25.1
2026-06-18T12:08:32.4316356Z     Checking shared_library v0.1.9
2026-06-18T12:08:32.4316736Z     Checking hash32 v0.2.1
2026-06-18T12:08:32.4556620Z     Checking pkcs8 v0.11.0-rc.10
2026-06-18T12:08:32.4773090Z     Checking ref-cast v1.0.25
2026-06-18T12:08:32.5112837Z     Checking filedescriptor v0.8.3
2026-06-18T12:08:32.5403239Z     Checking crossbeam-utils v0.8.21
2026-06-18T12:08:32.5792367Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-18T12:08:32.5910237Z     Checking serial v0.4.0
2026-06-18T12:08:32.6018908Z     Checking winreg v0.10.1
2026-06-18T12:08:32.6517745Z     Checking prefix-trie v0.8.4
2026-06-18T12:08:32.6521142Z    Compiling darling_macro v0.20.11
2026-06-18T12:08:32.6810585Z     Checking futures-executor v0.3.32
2026-06-18T12:08:32.6937103Z     Checking spin v0.9.8
2026-06-18T12:08:32.8306798Z     Checking windows-threading v0.2.1
2026-06-18T12:08:32.8842679Z     Checking dyn-clone v1.0.20
2026-06-18T12:08:32.9016471Z     Checking hashlink v0.9.1
2026-06-18T12:08:32.9090668Z     Checking downcast-rs v1.2.1
2026-06-18T12:08:32.9672921Z     Checking ryu v1.0.23
2026-06-18T12:08:33.0040848Z     Checking shell-words v1.1.1
2026-06-18T12:08:33.0217872Z     Checking tower-layer v0.3.3
2026-06-18T12:08:33.0417486Z    Compiling num-conv v0.2.2
2026-06-18T12:08:33.1022457Z     Checking signature v3.0.0
2026-06-18T12:08:33.1292200Z    Compiling time-core v0.1.8
2026-06-18T12:08:33.1578033Z    Compiling darling v0.20.11
2026-06-18T12:08:33.1832029Z     Checking portable-pty v0.8.1
2026-06-18T12:08:33.1965463Z     Checking schemars v1.2.1
2026-06-18T12:08:33.2302557Z     Checking windows-future v0.3.2
2026-06-18T12:08:33.2521906Z     Checking hickory-proto v0.26.0-beta.4
2026-06-18T12:08:33.2576011Z     Checking ed25519 v3.0.0-rc.4
2026-06-18T12:08:33.2717489Z    Compiling proc-macro-crate v3.5.0
2026-06-18T12:08:33.3375737Z     Checking heapless v0.7.17
2026-06-18T12:08:33.4245911Z    Compiling derive_builder_core v0.20.2
2026-06-18T12:08:33.4455888Z     Checking futures v0.3.32
2026-06-18T12:08:33.5127937Z     Checking ghash v0.5.1
2026-06-18T12:08:33.5673658Z     Checking curve25519-dalek v5.0.0-pre.6
2026-06-18T12:08:33.6703459Z    Compiling time v0.3.47
2026-06-18T12:08:33.7039002Z     Checking ctr v0.9.2
2026-06-18T12:08:33.8008215Z     Checking aes v0.8.4
2026-06-18T12:08:33.8118069Z     Checking toml_edit v0.22.27
2026-06-18T12:08:33.8425516Z     Checking rusqlite v0.32.1
2026-06-18T12:08:33.8768672Z     Checking regex-automata v0.4.14
2026-06-18T12:08:33.9008685Z     Checking sha2 v0.11.0-rc.5
2026-06-18T12:08:33.9118456Z     Checking windows-numerics v0.3.1
2026-06-18T12:08:33.9654092Z     Checking windows-collections v0.3.2
2026-06-18T12:08:33.9945417Z     Checking http-body-util v0.1.3
2026-06-18T12:08:34.0842983Z     Checking aead v0.5.2
2026-06-18T12:08:34.2080132Z     Checking cobs v0.3.0
2026-06-18T12:08:34.2646281Z     Checking widestring v1.2.1
2026-06-18T12:08:34.3478688Z     Checking aes-gcm v0.10.3
2026-06-18T12:08:34.4711128Z     Checking postcard v1.1.3
2026-06-18T12:08:34.5192681Z     Checking windows v0.62.2
2026-06-18T12:08:34.5623873Z    Compiling num_enum_derive v0.7.6
2026-06-18T12:08:34.6293004Z     Checking data-encoding-macro v0.1.20
2026-06-18T12:08:34.6393645Z     Checking spt-store v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-18T12:08:34.6976978Z     Checking ed25519-dalek v3.0.0-pre.6
2026-06-18T12:08:34.7286357Z     Checking crossbeam-epoch v0.9.18
2026-06-18T12:08:35.6509159Z    Compiling derive_builder_macro v0.20.2
2026-06-18T12:08:35.6637075Z     Checking crossbeam-channel v0.5.15
2026-06-18T12:08:35.6704377Z     Checking chrono v0.4.45
2026-06-18T12:08:35.6756000Z     Checking toml v0.8.23
2026-06-18T12:08:35.6762536Z    Compiling blake3 v1.8.5
2026-06-18T12:08:35.6825486Z     Checking windows-registry v0.6.1
2026-06-18T12:08:35.7063419Z     Checking uuid v1.23.2
2026-06-18T12:08:35.7265557Z     Checking regex v1.12.3
2026-06-18T12:08:35.8600424Z     Checking lru-slab v0.1.2
2026-06-18T12:08:35.9732243Z     Checking identity-hash v0.1.0
2026-06-18T12:08:36.0176102Z     Checking rustc-hash v2.1.2
2026-06-18T12:08:36.0226339Z     Checking sorted-index-buffer v0.2.1
2026-06-18T12:08:36.0269588Z     Checking mac-addr v0.3.0
2026-06-18T12:08:36.0463317Z     Checking foldhash v0.2.0
2026-06-18T12:08:36.0996960Z     Checking xml-rs v0.8.28
2026-06-18T12:08:36.1057304Z     Checking socket2 v0.6.4
2026-06-18T12:08:36.1303384Z     Checking mio v1.2.1
2026-06-18T12:08:36.1376855Z     Checking tempfile v3.27.0
2026-06-18T12:08:36.1679943Z     Checking tagptr v0.2.0
2026-06-18T12:08:36.4970374Z     Checking hashbrown v0.16.1
2026-06-18T12:08:36.5021600Z     Checking netdev v0.42.0
2026-06-18T12:08:36.5043598Z     Checking iroh-metrics v0.38.3
2026-06-18T12:08:36.5090784Z     Checking strum v0.28.0
2026-06-18T12:08:36.5129171Z     Checking xmltree v0.10.3
2026-06-18T12:08:36.5298506Z     Checking tokio v1.52.3
2026-06-18T12:08:36.5360600Z     Checking noq-udp v0.10.0
2026-06-18T12:08:36.5508846Z     Checking moka v0.12.15
2026-06-18T12:08:36.5988043Z     Checking ipconfig v0.3.4
2026-06-18T12:08:36.6664901Z     Checking iroh-base v0.98.0
2026-06-18T12:08:36.7909246Z    Compiling derive_builder v0.20.2
2026-06-18T12:08:36.7997656Z     Checking attohttpc v0.30.1
2026-06-18T12:08:36.8217991Z     Checking simple-dns v0.9.3
2026-06-18T12:08:36.8874353Z     Checking arrayref v0.3.9
2026-06-18T12:08:36.9097053Z     Checking spt-msg v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-18T12:08:36.9432017Z     Checking num_enum v0.7.6
2026-06-18T12:08:36.9432389Z     Checking constant_time_eq v0.4.2
2026-06-18T12:08:36.9999303Z     Checking smol_str v0.1.24
2026-06-18T12:08:37.1117056Z    Compiling vergen-lib v9.1.0
2026-06-18T12:08:37.1225457Z    Compiling vergen-lib v0.1.6
2026-06-18T12:08:37.1254346Z     Checking sha1_smol v1.0.1
2026-06-18T12:08:37.1254618Z     Checking simdutf8 v0.1.5
2026-06-18T12:08:37.1593765Z     Checking arrayvec v0.7.6
2026-06-18T12:08:37.1858016Z     Checking resolv-conf v0.7.6
2026-06-18T12:08:37.1858576Z     Checking spt-runtime v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-18T12:08:37.1960056Z     Checking spt-term v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-18T12:08:37.2776575Z     Checking lru v0.16.4
2026-06-18T12:08:37.3001222Z    Compiling vergen v9.1.0
2026-06-18T12:08:37.3783686Z     Checking seize v0.5.1
2026-06-18T12:08:37.4020259Z     Checking hmac v0.12.1
2026-06-18T12:08:37.4115770Z    Compiling vergen-gitcl v1.0.8
2026-06-18T12:08:37.4620395Z     Checking serde_bytes v0.11.19
2026-06-18T12:08:37.4952238Z     Checking webpki-roots v1.0.7
2026-06-18T12:08:37.4952569Z     Checking cmov v0.5.4
2026-06-18T12:08:37.5381355Z     Checking sha1 v0.10.6
2026-06-18T12:08:37.5507826Z     Checking hkdf v0.12.4
2026-06-18T12:08:37.5868229Z     Checking recvmsg v1.0.0
2026-06-18T12:08:37.5949661Z     Checking papaya v0.2.4
2026-06-18T12:08:37.6294664Z    Compiling darling_core v0.23.0
2026-06-18T12:08:37.6622751Z     Checking utf8parse v0.2.2
2026-06-18T12:08:37.6995183Z     Checking spake2 v0.4.0
2026-06-18T12:08:37.7028158Z     Checking ctutils v0.4.2
2026-06-18T12:08:37.7389968Z     Checking anstyle v1.0.14
2026-06-18T12:08:37.7618703Z     Checking once_cell_polyfill v1.70.2
2026-06-18T12:08:37.7927244Z     Checking anstyle-parse v1.0.0
2026-06-18T12:08:37.7927625Z     Checking anstyle-query v1.1.5
2026-06-18T12:08:37.8658522Z     Checking interprocess v2.4.2
2026-06-18T12:08:37.8701536Z     Checking unicode-segmentation v1.13.3
2026-06-18T12:08:37.9045209Z     Checking is_terminal_polyfill v1.70.2
2026-06-18T12:08:37.9123954Z     Checking colorchoice v1.0.5
2026-06-18T12:08:37.9486831Z     Checking foldhash v0.1.5
2026-06-18T12:08:37.9525190Z     Checking anstyle-wincon v3.0.11
2026-06-18T12:08:37.9731767Z     Checking terminal_size v0.4.4
2026-06-18T12:08:37.9818361Z     Checking crossterm_winapi v0.9.1
2026-06-18T12:08:37.9903690Z     Checking itertools v0.13.0
2026-06-18T12:08:38.0190346Z     Checking castaway v0.2.4
2026-06-18T12:08:38.0190716Z     Checking clap_lex v1.1.0
2026-06-18T12:08:38.0971004Z     Checking strsim v0.11.1
2026-06-18T12:08:38.1020650Z     Checking hashbrown v0.15.5
2026-06-18T12:08:38.1167170Z     Checking anstream v1.0.0
2026-06-18T12:08:38.1440334Z     Checking unicode-width v0.1.14
2026-06-18T12:08:38.1746101Z     Checking static_assertions v1.1.0
2026-06-18T12:08:38.2040276Z     Checking crossterm v0.28.1
2026-06-18T12:08:38.2477597Z     Checking compact_str v0.8.2
2026-06-18T12:08:38.2674560Z     Checking strum v0.26.3
2026-06-18T12:08:38.2967968Z    Compiling iroh-relay v0.98.0
2026-06-18T12:08:38.3222632Z     Checking unicode-width v0.2.0
2026-06-18T12:08:38.3556090Z     Checking cassowary v0.3.0
2026-06-18T12:08:38.3681452Z     Checking clap_builder v4.6.0
2026-06-18T12:08:38.4232243Z     Checking nucleo-matcher v0.3.1
2026-06-18T12:08:38.5469069Z     Checking qrcode v0.14.1
2026-06-18T12:08:38.6975179Z     Checking lru v0.12.5
2026-06-18T12:08:38.9712739Z     Checking mock-adapter v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\adapters\mock)
2026-06-18T12:08:39.0814652Z     Checking spt-live v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-18T12:08:39.3960406Z     Checking unicode-truncate v1.1.0
2026-06-18T12:08:39.9235790Z     Checking clap v4.6.1
2026-06-18T12:08:40.0163321Z    Compiling darling_macro v0.23.0
2026-06-18T12:08:40.2554597Z     Checking tokio-util v0.7.18
2026-06-18T12:08:40.2641239Z     Checking tower v0.5.3
2026-06-18T12:08:40.2641784Z     Checking acto v0.8.2
2026-06-18T12:08:40.5549975Z     Checking backon v1.6.0
2026-06-18T12:08:40.6539265Z     Checking swarm-discovery v0.6.0-alpha.2
2026-06-18T12:08:40.6721998Z     Checking tower-http v0.6.11
2026-06-18T12:08:40.7973022Z     Checking h2 v0.4.14
2026-06-18T12:08:40.7973326Z     Checking n0-future v0.3.2
2026-06-18T12:08:40.8095124Z     Checking tokio-stream v0.1.18
2026-06-18T12:08:40.9150704Z     Checking n0-watcher v0.6.1
2026-06-18T12:08:40.9846877Z     Checking iroh-dns v0.98.0
2026-06-18T12:08:41.3182035Z    Compiling darling v0.23.0
2026-06-18T12:08:41.5395959Z    Compiling instability v0.3.12
2026-06-18T12:08:42.0881008Z     Checking ratatui v0.29.0
2026-06-18T12:08:43.7350952Z     Checking wmi v0.18.4
2026-06-18T12:08:43.7829963Z     Checking hyper v1.10.1
2026-06-18T12:08:44.2483077Z     Checking netwatch v0.16.0
2026-06-18T12:08:44.7412053Z     Checking hyper-util v0.1.20
2026-06-18T12:08:45.8199443Z     Checking igd-next v0.17.1
2026-06-18T12:08:46.2096483Z     Checking portmapper v0.16.0
2026-06-18T12:08:52.5757710Z    Compiling aws-lc-rs v1.17.0
2026-06-18T12:08:52.5876820Z    Compiling rustls v0.23.40
2026-06-18T12:08:53.3928165Z     Checking rustls-webpki v0.103.13
2026-06-18T12:08:55.2296093Z     Checking tokio-rustls v0.26.4
2026-06-18T12:08:55.2296328Z     Checking rustls-platform-verifier v0.7.0
2026-06-18T12:08:55.2296613Z     Checking noq-proto v0.17.0
2026-06-18T12:08:55.5409328Z     Checking hyper-rustls v0.27.9
2026-06-18T12:08:55.5409669Z     Checking hickory-net v0.26.0-beta.4
2026-06-18T12:08:55.5409963Z     Checking tokio-websockets v0.13.2
2026-06-18T12:08:55.6596903Z     Checking reqwest v0.13.4
2026-06-18T12:08:56.2763597Z     Checking hickory-resolver v0.26.0-beta.4
2026-06-18T12:08:57.5832125Z     Checking noq v0.18.0
2026-06-18T12:08:58.6987123Z     Checking iroh v0.98.2
2026-06-18T12:09:02.1123329Z     Checking spt-net v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-18T12:09:03.3424345Z     Checking spt-daemon v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-18T12:09:06.3474800Z     Checking spt v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-18T12:09:07.1335477Z     Checking xtask v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\xtask)
2026-06-18T12:09:10.5441097Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.63s
2026-06-18T12:09:10.7201328Z ##[group]Run actions/checkout@v5
2026-06-18T12:09:10.7201533Z with:
2026-06-18T12:09:10.7201674Z   repository: SaberMage/spt-shell-notify
2026-06-18T12:09:10.7201850Z   path: .adapter-notify
2026-06-18T12:09:10.7204702Z   token: ***
2026-06-18T12:09:10.7204846Z   ssh-strict: true
2026-06-18T12:09:10.7205042Z   ssh-user: git
2026-06-18T12:09:10.7205208Z   persist-credentials: true
2026-06-18T12:09:10.7205393Z   clean: true
2026-06-18T12:09:10.7205566Z   sparse-checkout-cone-mode: true
2026-06-18T12:09:10.7205775Z   fetch-depth: 1
2026-06-18T12:09:10.7205890Z   fetch-tags: false
2026-06-18T12:09:10.7206010Z   show-progress: true
2026-06-18T12:09:10.7206177Z   lfs: false
2026-06-18T12:09:10.7206326Z   submodules: false
2026-06-18T12:09:10.7206520Z   set-safe-directory: true
2026-06-18T12:09:10.7206722Z ##[endgroup]
2026-06-18T12:09:10.7957211Z Syncing repository: SaberMage/spt-shell-notify
2026-06-18T12:09:10.7961935Z ##[group]Getting Git version info
2026-06-18T12:09:10.7962363Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core\.adapter-notify'
2026-06-18T12:09:10.8299628Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-18T12:09:10.8492973Z git version 2.43.0.windows.1
2026-06-18T12:09:10.8522144Z ##[endgroup]
2026-06-18T12:09:10.8529623Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\c351f154-adb8-48d7-ac58-960b1a9e866f\.gitconfig'
2026-06-18T12:09:10.8542965Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\c351f154-adb8-48d7-ac58-960b1a9e866f' before making global git config changes
2026-06-18T12:09:10.8543450Z Adding repository directory to the temporary git global config as a safe directory
2026-06-18T12:09:10.8548020Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core\.adapter-notify
2026-06-18T12:09:10.8788075Z ##[group]Initializing the repository
2026-06-18T12:09:10.8795117Z [command]"c:\program files\git\cmd\git.exe" init C:\actions-runner\_work\spt-core\spt-core\.adapter-notify
2026-06-18T12:09:10.9107796Z Initialized empty Git repository in C:/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-06-18T12:09:10.9135318Z [command]"c:\program files\git\cmd\git.exe" remote add origin https://github.com/SaberMage/spt-shell-notify
2026-06-18T12:09:10.9383307Z ##[endgroup]
2026-06-18T12:09:10.9383700Z ##[group]Disabling automatic garbage collection
2026-06-18T12:09:10.9388495Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-18T12:09:10.9624606Z ##[endgroup]
2026-06-18T12:09:10.9624949Z ##[group]Setting up auth
2026-06-18T12:09:10.9628197Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-18T12:09:10.9836729Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-18T12:09:11.3573730Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-18T12:09:11.3811682Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-18T12:09:11.7611569Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-18T12:09:11.7821913Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-18T12:09:12.1688593Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-18T12:09:12.1977892Z ##[endgroup]
2026-06-18T12:09:12.1978142Z ##[group]Determining the default branch
2026-06-18T12:09:12.1980894Z Retrieving the default branch name
2026-06-18T12:09:12.6474754Z Default branch 'main'
2026-06-18T12:09:12.6475134Z ##[endgroup]
2026-06-18T12:09:12.6475372Z ##[group]Fetching the repository
2026-06-18T12:09:12.6483057Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-06-18T12:09:13.4731985Z From https://github.com/SaberMage/spt-shell-notify
2026-06-18T12:09:13.4732236Z  * [new branch]      main       -> origin/main
2026-06-18T12:09:13.4864915Z ##[endgroup]
2026-06-18T12:09:13.4865145Z ##[group]Determining the checkout info
2026-06-18T12:09:13.4866031Z ##[endgroup]
2026-06-18T12:09:13.4871168Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-18T12:09:13.5111490Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-18T12:09:13.5319386Z ##[group]Checking out the ref
2026-06-18T12:09:13.5323798Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-06-18T12:09:13.5629283Z branch 'main' set up to track 'origin/main'.
2026-06-18T12:09:13.5629485Z Reset branch 'main'
2026-06-18T12:09:13.5651264Z ##[endgroup]
2026-06-18T12:09:13.5877548Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-18T12:09:13.6067838Z ee2d37eadc730c0019e0af82d683074c509634a2
2026-06-18T12:09:13.6288213Z ##[group]Run cargo build --manifest-path .adapter-notify/Cargo.toml
2026-06-18T12:09:13.6288563Z [36;1mcargo build --manifest-path .adapter-notify/Cargo.toml[0m
2026-06-18T12:09:13.6356521Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-18T12:09:13.6356742Z ##[endgroup]
2026-06-18T12:09:13.9088267Z     Updating crates.io index
2026-06-18T12:09:13.9882799Z      Locking 11 packages to latest compatible versions
2026-06-18T12:09:14.5517902Z    Compiling serde_core v1.0.228
2026-06-18T12:09:14.5518230Z    Compiling zmij v1.0.21
2026-06-18T12:09:14.5518418Z    Compiling serde_json v1.0.150
2026-06-18T12:09:14.5518708Z    Compiling itoa v1.0.18
2026-06-18T12:09:14.5519206Z    Compiling memchr v2.8.2
2026-06-18T12:09:16.8466061Z    Compiling spt-shell-notify v0.1.0 (C:\actions-runner\_work\spt-core\spt-core\.adapter-notify)
2026-06-18T12:09:17.2170699Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s
2026-06-18T12:09:17.3242458Z ##[group]Run cargo test -p spt --test notify_shell_e2e -- --nocapture
2026-06-18T12:09:17.3242813Z [36;1mcargo test -p spt --test notify_shell_e2e -- --nocapture[0m
2026-06-18T12:09:17.3308272Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-18T12:09:17.3308481Z env:
2026-06-18T12:09:17.3308747Z   SPT_NOTIFY_SHELL_BIN: C:\actions-runner\_work\spt-core\spt-core\.adapter-notify\target\debug\notify-shell.exe
2026-06-18T12:09:17.3309058Z ##[endgroup]
2026-06-18T12:09:18.1749856Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.59s
2026-06-18T12:09:18.1966292Z      Running tests\notify_shell_e2e.rs (target\debug\deps\notify_shell_e2e-ba972628de5a9730.exe)
2026-06-18T12:09:18.2035790Z 
2026-06-18T12:09:18.2035975Z running 1 test
2026-06-18T12:09:18.9586064Z test notify_shell_renders_a_commanded_toast ... ok
2026-06-18T12:09:18.9586234Z 
2026-06-18T12:09:18.9586459Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.76s
2026-06-18T12:09:18.9586680Z 
2026-06-18T12:09:19.0493615Z ##[group]Run cargo test -p spt --test oneliner_e2e -- --nocapture
2026-06-18T12:09:19.0493954Z [36;1mcargo test -p spt --test oneliner_e2e -- --nocapture[0m
2026-06-18T12:09:19.0560222Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-18T12:09:19.0560444Z env:
2026-06-18T12:09:19.0560556Z   SPT_INSTALL_E2E: 1
2026-06-18T12:09:19.0560703Z ##[endgroup]
2026-06-18T12:09:19.8208453Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.52s
2026-06-18T12:09:19.8397536Z      Running tests\oneliner_e2e.rs (target\debug\deps\oneliner_e2e-919cb22d92a390bb.exe)
2026-06-18T12:09:19.8506807Z 
2026-06-18T12:09:19.8506892Z running 2 tests
2026-06-18T12:09:19.8511897Z test at_logon_task_launches_daemon_in_background_not_foreground ... ok
2026-06-18T12:09:28.2469988Z test install_script_against_staged_release ... ok
2026-06-18T12:09:28.2470178Z 
2026-06-18T12:09:28.2470385Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.40s
2026-06-18T12:09:28.2470595Z 
2026-06-18T12:09:28.3353727Z ##[group]Run Get-Process spt,notify-shell -ErrorAction SilentlyContinue |
2026-06-18T12:09:28.3354122Z [36;1mGet-Process spt,notify-shell -ErrorAction SilentlyContinue |[0m
2026-06-18T12:09:28.3354417Z [36;1m  Where-Object { $_.Path -like "$env:GITHUB_WORKSPACE\*" } |[0m
2026-06-18T12:09:28.3354689Z [36;1m  Stop-Process -Force -ErrorAction SilentlyContinue[0m
2026-06-18T12:09:28.3354887Z [36;1mexit 0[0m
2026-06-18T12:09:28.3418417Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-18T12:09:28.3418636Z ##[endgroup]
2026-06-18T12:09:28.6518032Z ##[group]Run cargo run -p xtask -- check
2026-06-18T12:09:28.6518347Z [36;1mcargo run -p xtask -- check[0m
2026-06-18T12:09:28.6582879Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-18T12:09:28.6583265Z ##[endgroup]
2026-06-18T12:09:29.3308464Z    Compiling windows-sys v0.61.2
2026-06-18T12:09:29.3319066Z    Compiling cc v1.2.63
2026-06-18T12:09:29.3387742Z    Compiling rustls v0.23.40
2026-06-18T12:09:29.3444997Z    Compiling fastrand v2.4.1
2026-06-18T12:09:29.3517102Z    Compiling either v1.16.0
2026-06-18T12:09:29.3573219Z    Compiling windows-sys v0.59.0
2026-06-18T12:09:29.4457331Z    Compiling futures-lite v2.6.1
2026-06-18T12:09:29.4799194Z    Compiling prefix-trie v0.8.4
2026-06-18T12:09:29.8568760Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-18T12:09:30.0723895Z    Compiling ring v0.17.14
2026-06-18T12:09:30.0724388Z    Compiling libsqlite3-sys v0.30.1
2026-06-18T12:09:30.0724669Z    Compiling blake3 v1.8.5
2026-06-18T12:09:33.2178268Z    Compiling rusqlite v0.32.1
2026-06-18T12:09:33.7107694Z    Compiling spt-store v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-18T12:09:33.9100388Z    Compiling socket2 v0.6.4
2026-06-18T12:09:33.9100610Z    Compiling mio v1.2.1
2026-06-18T12:09:33.9100805Z    Compiling netdev v0.42.0
2026-06-18T12:09:33.9101511Z    Compiling seize v0.5.1
2026-06-18T12:09:33.9101800Z    Compiling interprocess v2.4.2
2026-06-18T12:09:34.0397919Z    Compiling rustls-webpki v0.103.13
2026-06-18T12:09:34.0544823Z    Compiling papaya v0.2.4
2026-06-18T12:09:34.1769997Z    Compiling noq-udp v0.10.0
2026-06-18T12:09:34.1871727Z    Compiling ipconfig v0.3.4
2026-06-18T12:09:34.3462365Z    Compiling tokio v1.52.3
2026-06-18T12:09:35.2523764Z    Compiling spt-msg v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-18T12:09:35.3917234Z    Compiling spt-runtime v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-18T12:09:35.3917678Z    Compiling spt-term v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-18T12:09:36.7863526Z    Compiling spt-live v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-18T12:09:36.9130592Z    Compiling rustls-platform-verifier v0.7.0
2026-06-18T12:09:36.9130928Z    Compiling noq-proto v0.17.0
2026-06-18T12:09:37.2811633Z    Compiling tokio-util v0.7.18
2026-06-18T12:09:37.3193794Z    Compiling tokio-rustls v0.26.4
2026-06-18T12:09:37.5733369Z    Compiling tower v0.5.3
2026-06-18T12:09:37.7430457Z    Compiling acto v0.8.2
2026-06-18T12:09:37.8133504Z    Compiling backon v1.6.0
2026-06-18T12:09:38.0668692Z    Compiling h2 v0.4.14
2026-06-18T12:09:38.1381630Z    Compiling n0-future v0.3.2
2026-06-18T12:09:38.2151217Z    Compiling tower-http v0.6.11
2026-06-18T12:09:38.2632021Z    Compiling tokio-stream v0.1.18
2026-06-18T12:09:38.2638027Z    Compiling tokio-websockets v0.13.2
2026-06-18T12:09:38.3789967Z    Compiling n0-watcher v0.6.1
2026-06-18T12:09:38.5276454Z    Compiling iroh-dns v0.98.0
2026-06-18T12:09:38.5405661Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-18T12:09:38.6080758Z    Compiling netwatch v0.16.0
2026-06-18T12:09:40.8507002Z    Compiling noq v0.18.0
2026-06-18T12:09:40.9032737Z    Compiling hyper v1.10.1
2026-06-18T12:09:40.9033082Z    Compiling hickory-net v0.26.0-beta.4
2026-06-18T12:09:41.8120663Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-18T12:09:42.1880567Z    Compiling hyper-util v0.1.20
2026-06-18T12:09:43.1375257Z    Compiling hyper-rustls v0.27.9
2026-06-18T12:09:43.1375594Z    Compiling igd-next v0.17.1
2026-06-18T12:09:43.3031210Z    Compiling reqwest v0.13.4
2026-06-18T12:09:43.7236238Z    Compiling portmapper v0.16.0
2026-06-18T12:09:45.6275304Z    Compiling iroh-relay v0.98.0
2026-06-18T12:09:49.0331593Z    Compiling iroh v0.98.2
2026-06-18T12:10:00.3906125Z    Compiling spt-net v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-18T12:10:01.7775535Z    Compiling spt-daemon v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-18T12:10:10.7829944Z    Compiling xtask v0.12.0 (C:\actions-runner\_work\spt-core\spt-core\crates\xtask)
2026-06-18T12:10:13.4639369Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.57s
2026-06-18T12:10:13.4839616Z      Running `target\debug\xtask.exe check`
2026-06-18T12:10:53.8012689Z xtask check: OK
2026-06-18T12:10:53.8800979Z Post job cleanup.
2026-06-18T12:10:53.9759030Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-18T12:10:53.9962549Z git version 2.43.0.windows.1
2026-06-18T12:10:53.9996189Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\1daa8f0e-a5f3-47d3-969c-4abb57e97012\.gitconfig'
2026-06-18T12:10:54.0009642Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\1daa8f0e-a5f3-47d3-969c-4abb57e97012' before making global git config changes
2026-06-18T12:10:54.0010459Z Adding repository directory to the temporary git global config as a safe directory
2026-06-18T12:10:54.0015908Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core\.adapter-notify
2026-06-18T12:10:54.0238824Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-18T12:10:54.0453417Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-18T12:10:54.4176526Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-18T12:10:54.4370137Z http.https://github.com/.extraheader
2026-06-18T12:10:54.4394721Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader
2026-06-18T12:10:54.4614474Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-18T12:10:54.8092784Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-18T12:10:54.8298041Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-18T12:10:55.2008636Z Post job cleanup.
2026-06-18T12:10:55.2937551Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-18T12:10:55.3130951Z git version 2.43.0.windows.1
2026-06-18T12:10:55.3164807Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\c980630d-5b2b-484b-870f-c5f576af16ab\.gitconfig'
2026-06-18T12:10:55.3177680Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\c980630d-5b2b-484b-870f-c5f576af16ab' before making global git config changes
2026-06-18T12:10:55.3178362Z Adding repository directory to the temporary git global config as a safe directory
2026-06-18T12:10:55.3182736Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-18T12:10:55.3399682Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-18T12:10:55.3617375Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-18T12:10:55.7299469Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-18T12:10:55.7497030Z http.https://github.com/.extraheader
2026-06-18T12:10:55.7522930Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader
2026-06-18T12:10:55.7755105Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-18T12:10:56.1339426Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-18T12:10:56.1543470Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-18T12:10:56.5033566Z Cleaning up orphan processes
2026-06-18T12:10:56.5336870Z Terminate orphan process: pid (102344) (vctip)
